#gallery, #gallery-1, #gallery-2 { 
	padding: 0; background: white url(/files/bg_tab_bilderalbum.png) 0 0 repeat-x; 
	border-top: 3px solid rgb(37,160,218); border-bottom: 3px solid rgb(37,160,218);
	clear: left;
}
.ad-gallery { width: 570px; height: 427px; position: relative; }

/* .ad-gallery, .ad-gallery * { margin: 0; padding: 0; } */
.ad-gallery .ad-image-wrapper { width: 490px; height: 329px; margin: 20px 40px 20px 40px; position: relative; overflow: hidden; }
.ad-gallery .ad-image-wrapper .ad-loader { position: absolute; z-index: 10; top: 48%; left: 48%; border: 1px solid black; }
/* 
.ad-gallery .ad-image-wrapper .ad-next { position: absolute; right: 0; top: 0; width: 25%; height: 100%; cursor: pointer; display: block; z-index: 100; }
.ad-gallery .ad-image-wrapper .ad-prev { position: absolute; left: 0; top: 0; width: 25%; height: 100%; cursor: pointer; display: block; z-index: 100; }
.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {

	background: url(non-existing.jpg)\9
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
	background: url(/files/adgal_prev.png); width: 30px; height: 30px; display: none;
	position: absolute; top: 47%; left: 0; z-index: 101;
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image { background: url(/files/adgal_next.png); width: 30px; height: 30px; right: 0; left: auto; } */

.ad-gallery .ad-image-wrapper .ad-image { position: absolute; overflow: hidden; top: 0; left: 0; z-index: 9; }
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description { 
	bottom: 0px; left: 0px; padding: 5px; text-align: left; width: 100%;
	position: absolute; z-index: 2; background: url(/files/adgal_opa75.png); color: black;
	font-size: 11px; line-height: 1.3em;
}

* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='/files/adgal_opa75.png');

}
ul, li { margin: 0; padding: 0; }
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title { display: block; }

/* .ad-gallery .ad-controls { height: 20px; }
.ad-gallery .ad-controls { background: lime; border: 1px solid red; } 
.ad-gallery .ad-slideshow-controls { float: right;  }
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop { padding-left: 1px; cursor: pointer; }
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown { padding-left: 5px; font-size: 0.9em; }
.ad-gallery .ad-slideshow-running .ad-slideshow-start { cursor: default; font-style: italic; }
.ad-gallery .ad-info { width: 0; height: 0; overflow: hidden; }
*/
.ad-gallery .ad-nav { clear: left; position: relative; padding: 0; margin: 0;}
.ad-gallery .ad-forward, .ad-gallery .ad-back { position: absolute; top: 0; height: 100%; z-index: 10; }

/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward, .ad-gallery .ad-back { height: 100px; }
.ad-gallery .ad-back { cursor: pointer; left: 0; width: 40px; height: 58px; display: block; background: url(/files/adgal_scroll_back.png) 0 0 no-repeat; z-index: 10000; }
.ad-gallery .ad-forward { cursor: pointer; display: block; right: 0; width: 40px; height: 58px; background: url(/files/adgal_scroll_forward.png) 0 0 no-repeat; z-index: 15000; }
.ad-gallery .ad-nav .ad-thumbs { display: block; overflow: hidden; width: 490px; position: relative; left: 40px; }
.ad-gallery .ad-thumbs .ad-thumb-list { float: left; width: 9000px; list-style: none; height: 58px; overflow: hidden; }
.ad-gallery .ad-thumbs li { float: left; padding: 0 5px 0 0; }
.ad-gallery .ad-thumbs li a { display: block; padding: 0; margin: 0; }
.ad-gallery .ad-thumbs li a img { display: block; }
.ad-gallery .ad-thumbs li a.ad-active img { }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads { position: absolute; left: -9000px; top: -9000px; }