#lightbox{position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; background: none;}
#lightbox a img{ border: none; }

#backgroundImageContainer { height: 586px;} /* niemals eine Breite zuweisen! */
.backgroundImageContainer { background: url(../images/lightbox/bg_lightbox.png) no-repeat center center;}
.backgroundFlashContainer { background: url(../images/lightbox/bg_lightbox_white.png) no-repeat center center; height: 650px;}
#backgroundImageContainer.backgroundFlashContainer {  height: 650px; }

#outerImageContainer{position: relative;width: 250px;height: 250px;margin: 0 auto;padding: 40px 0 0 0;}

#bottomNav {position: absolute; right:-125px; text-align:right;}
.backgroundFlashContainer #bottomNav {right: 0px;}


/* #bottomNavClose { display: block; color: #069; width: 160px; height: 31px; line-height: 31px; background: url(../images/lightbox/close_lightbox.png) no-repeat right center; font-size: 18px; } */
#bottomNavClose { display: block; color: #069; height: 31px; line-height: 31px; padding: 10px 40px 0 0; background: url(../images/lightbox/close_lightbox.png) no-repeat right bottom; font-size: 18px; }
*+html #bottomNavClose{padding-top:20px;}
* html #bottomNavClose { background-image: url(../images/lightbox/close_lightbox.gif);padding-top:20px;}
#bottomNavClose:hover { color: #84b02c;}


#imageContainer{	padding: 10px;	}
#backgroundImageContainer.backgroundFlashContainer #imageContainer{	padding: 35px 0;}

#loading{position: absolute; top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}

#hoverNav{position: relative;height: 30px;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{width: 150px; height: 30px; line-height: 30px;display: block; color: #069; }
#prevLink:hover, #nextLink:hover { color: #84b02c;}
#prevLink {float: left; background: transparent url(../images/lightbox/bt_pfeil_links_lo.png) left center no-repeat; }
#prevLink:hover { background-image: url(../images/lightbox/bt_pfeil_links_hi.png); }
#nextLink {float: right; background: transparent url(../images/lightbox/bt_pfeil_rechts_lo.png) right center no-repeat; }
#nextLink:hover {background-image: url(../images/lightbox/bt_pfeil_rechts_hi.png); }

#imageDataContainer{font-family: "Trebuchet MS", Arial, sans-serif; font-size: 0.875em; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; height: 30px;}

#overlay{position: absolute;top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #4f4f2f;}