*
{
	margin:0;
	padding:0;
}
body
{
	font-family:Helvetica Neue, Helvetica , Arial, sans-serif;
	font-size:12px;
	color:#000;
}
a img
{
	border:0 none;
}
a 
{
	color:#000;
	text-decoration:none;
}
#page_wrapper
{
	
	
	padding-left:20px;
	padding-right:10px;
	padding-top:20px;
}
#nav
{
	position:fixed;
}
#center_logo
{
	width:278px;
	height:305px;
}
#gallery_container
{
	margin-top:130px;
	min-height:420px;
	/* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=10);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.1;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.1;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.1;
}
#gallery_container ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#gallery_container ul li {
    float: left;
	padding-right:10px;
}
.ad-gallery .ad-nav .ad-thumbs {
   
    width: 100%;
}
.ad-thumbs .ad-thumb-list {
    float: left;
    list-style: none outside none;
   
}
.ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 10px;
        }
       .ad-gallery .ad-thumbs li img {
  
    display: block;
}
.ad-back {
  height:24px;
  width: 13px;
  background:url(../images/go-left.png) no-repeat;
  float:left;
}
.ad-forward {
  height:24px;
  width: 13px;
  background:url(../images/go-right.png) no-repeat;
  float:right;
}
.ad-button
{
	margin-top:20px;
}
div#slider_wrapper {
   
    overflow: hidden;
    position: relative;
}
#slider
{
	width:970px;
	height:308px;
	overflow-x: scroll;
    position: relative;
}

#slider ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#slider ul li {
    float: left;
	padding-right:10px;
}
div.image_nav {
    height: 308px;
    overflow: hidden;
}