#gallery {
display:block;
margin:0px auto;
overflow:hidden;
position:relative;
width:900px;
height:310px;
}

.ad-gallery {
width:900px;
}

.ad-gallery, .ad-gallery * {
margin:0px;
padding:0px;
}

.ad-gallery .ad-image-wrapper {
position:relative;
width:900px;
height:310px;
}

.ad-gallery .ad-image-wrapper .ad-loader {
position:absolute;
top:48%;
left:48%;
z-index:10;
}

.ad-gallery .ad-image-wrapper .ad-next {
display:none;
position:absolute;
width:0px;
height:0px;
z-index:100;
}

.ad-gallery .ad-image-wrapper .ad-prev {
display:none;
position:absolute;
width:0px;
height:0px;
z-index:100;
}

.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
/* Or else IE will hide it */
/*background:url(img/non-existing.jpg);*/
}

.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
/*background:url(img/ad_prev.png);*/
display:none;
position:absolute;
top:47%;
left:0;
width:0px;
height:0px;
z-index:101;
}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
/*background:url(img/ad_next.png);*/
right:0;
left:auto;
width:0px;
height:0px;
}

.ad-gallery .ad-image-wrapper .ad-image {
overflow:hidden;
position:absolute;
top:0;
left:0;
z-index:9;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
display:none;
position:absolute;
top:0px;
left:0px;
width:100%;
z-index:2;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
display:none;
}

.ad-gallery .ad-controls {
display:none;
width:0px;
height:0px;
}

.ad-gallery .ad-slideshow-controls {
display:none;
height:0px;
width:0px;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start {
display:none;
height:0px;
width:0px;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
display:none !important;
}

.ad-gallery .ad-slideshow-running .ad-slideshow-start {
display:none;
}

.ad-gallery .ad-slideshow-running .ad-slideshow-stop {
display:none;
height:0px;
width:0px;
}

.ad-gallery .ad-nav {
width:0px;
position:relative;
}

.ad-gallery .ad-forward, .ad-gallery .ad-back {
position:absolute;
top:0px;
height:0px;
z-index:10;
}

/* IE 6 doesn't like height:100% */
* html .ad-gallery .ad-forward, .ad-gallery .ad-back {
height:0px;
}

.ad-gallery .ad-back {
display:none;
/*background:url(img/ad_scroll_back.png) 0px 22px no-repeat;*/
}

.ad-gallery .ad-forward {
display:none;
/*background:url(img/ad_scroll_forward.png) 0px 22px no-repeat;*/
}

.ad-gallery .ad-nav .ad-thumbs {
display:none;
overflow:hidden;
width:0px;
}

.ad-gallery .ad-thumbs .ad-thumb-list {
float:left;
width:0px;
list-style:none;
}
.ad-gallery .ad-thumbs li {
float:left;
}

/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
position:absolute;
left:-9000px;
top:-9000px;
}