#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 200; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto;}
#imageContainer{ padding: 10px; background-color: #fff;}
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 100px; height:21px !important; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink {position:absolute; left: -20px; float: left; background: url(../images/lightbox/prevlabel.gif) left 0px no-repeat; overflow:hidden;}
#nextLink{position:absolute; right:-20px; float: right; background: url(../images/lightbox/nextlabel.gif) right 0px no-repeat; overflow:hidden;}
#prevLink:hover, #prevLink:visited:hover { background-position: left -41px; }
#nextLink:hover, #nextLink:visited:hover { background-position: right -41px; }
#imageDataContainer{ font-size:12px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#666;  background-color:#fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding-left:10px; padding-top:0px; color:#000; }
#imageData #imageDetails{ width: 70%; float: left; text-align:left;}	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom:10px;font-size:10px;}			
#imageData #bottomNavClose{ width:66px; height:20px; float: right; outline: none;  background: url(../images/lightbox/closelabel.gif) left 0px no-repeat;}	 	
#imageData a#bottomNavClose:hover{ background-position: right -41px; }
#numberDisplay{color:#666;}
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 10px; /*background-color: #000;*/ background:#7f8d99 url(../images/hintergruende/strahlen.gif) center center fixed no-repeat; }
