#overlay{
	position:absolute;
	top:140px;  /* dimming unterhalb 150px; */
	left:0;
	z-index:90;
	width:100%;
	height:auto;
	background-color:#fff;
}

#lightbox{
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	color:#151410;
	line-height:0;
}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#000;
	text-decoration:underline;
}

#lightbox a img{ border:none; }

#outerImageContainer{
	width:auto;
	height:auto; /* without this line error in IE8 detected */
	margin:0 auto;
	position:relative;
}

#lightboxImage{
	width:100%;
	height:100%;
}

#imageContainerMain{
	margin:0 auto;
	overflow:visible;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
}

#imageContainer{
	width:10px;
	height:10px;
	margin:0 auto;
	overflow:hidden;
	background-color:#000;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
}

#loading{
	position:absolute;position:fixed;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	font-size:10px;
	z-index:1;
}
#loadingLink {
	display:block;
	margin: auto;
	padding:0;
	width:32px;
	height:32px;
	background:url(../images/loading.gif) center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
#imageContainer>#hoverNav{ left:0;}
#prevLinkImg, #nextLinkImg{
	top:0;
	width:49%;
	height:100%;
	position:absolute;
	z-index:20;
	outline-style:none;
	display:block;
	text-indent:-9999px;
	}
* html #prevLinkImg,* html #nextLinkImg{
	background-image:url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
}
#prevLinkImg {position:absolute; left: -50px; background:url(../images/prev_b.png) 3% center no-repeat; }
#nextLinkImg {position:absolute; right: -50px; background:url(../images/next_b.png) 97% center no-repeat; }
#prevLinkImg:hover,#prevLinkImg.hover, #prevLinkImg:visited:hover {
	background:url(../images/prev_b.png) 3% center no-repeat;

}
#nextLinkImg:hover,#nextLinkImg.hover, #nextLinkImg:visited:hover {
	background:url(../images/next_b.png) 97% center no-repeat;

}


#imageDataContainer{
	font:10px Verdana, Helvetica, sans-serif;
	background-color:transparent; /* ------------------------------- Hintergrund für Beschreibung ---------------------------------- */
	width:100%;color:#000;border:0px solid #fff;
}

#imageData{
         /*overflow:hidden;*/
	width:100%;border:0px solid #fff;
}
#imageDetails{ width:85%; float:left; text-align:left; 	padding:0px 0px 0 0px;border:0px solid #fff}
#caption{float:left; font-weight:normal;font-size:10pt; display:block;width:50%;padding-top:0px;padding-bottom:0px;border:0px solid blue}
#numberDisplay{ display:none; float:left; padding-right:10px;border:0px solid blue}
#detailsNav{display:block; float:right;   padding-top:5px;border:0px solid red }
#prevLinkDetails, #nextLinkDetails, #slideShowControl{ background-repeat:no-repeat; outline-style:none; display:block; float:left;}
#prevLinkDetails {display:none; margin:3px; margin-top:0px; width:16px;height:16px; background:url(../images/prevlabel_b.gif) left center;}
#nextLinkDetails {display:none; margin:3px; margin-top:0px; width:16px;height:16px; background:url(../images/nextlabel_b.gif) right center;}

#slideShowControl.started{display:none;
	background-image:url(../images/pause_bl.gif);
}

#slideShowControl{margin:0 10px 0 10px;
	display:none; /* block */
	width:16px;
	height:16px;
	float:left;
	background:url(../images/start_bl.gif);
	background-position:center center;
	background-repeat:no-repeat;
	}

#close{
	padding:0;  /* 0px 10px 10px 0; wenn Data oben */
	float:right;position:relative;top:0px; right:-14px;
}
#closeLink {
	display:block; outline-style:none; margin:0;margin:0px; padding:0; text-decoration:none;
	width:140px;
	height:15px;
	background:url(../images/close_b.png) no-repeat top right;
}
#closeLink:hover{background:  url(../images/close_b.png) no-repeat top right;}



.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html>body .clearfix {display:inline-block; width:100%;}

* html .clearfix {
	/* Hides from IE-mac \*/
	height:1%;
	/* End hide from IE-mac */
}