#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 110; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; z-index: 110; }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; background-image: url(../pics/hintergrund_lightbox_oben.jpg); width: 250px; height: 250px; z-index: 110; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0; height: 25%; width: 100%; text-align: center; line-height: 0; z-index: 110; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 110; }
#imageContainer>#hoverNav{ left: 0; z-index: 110; }
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ background-image: url(data:image/gif;base64,AAAA); background-repeat: no-repeat; background-attachment: scroll; background-position: left 15%; width: 49%; height: 100%; z-index: 100; display: block; }
#prevLink { left: 0; z-index: 110; float: left; }
#nextLink { right: 0; z-index: 110; float: right; }
#nextLink:hover, #nextLink:visited:hover { background-image: url(../images/nextlabel.gif); background-repeat: no-repeat;background-attachment: scroll;background-position: right 15%; }
#prevLink:hover, #prevLink:visited:hover { background-image: url(../images/prevlabel.gif); background-repeat: no-repeat;background-attachment: scroll;background-position: left 15%; }
#imageDataContainer{ font: 10px/1.4em verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; overflow: auto; width: 100%	; z-index: 110; }

#imageData{ padding:0 10px; color: #666; font-size: 12px; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; z-index: 110; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ z-index: 110; display: block; clear: left; padding-bottom: 1em; }			
#imageData #bottomNavClose{ width: 66px; z-index: 110; float: right; padding-bottom: 0.7em; outline: none medium; }	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 110; width: 100%; height: 500px; background-color: #000; }

