#lightbox {	position: absolute;	left: 0; width: 100%; z-index: 100; 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; }

#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: 45%; height: 100%; background-image: url(data:image/gif;base64,AAAA);
	/* Trick IE into showing hover */ display: block; }
#prevLink { left: 10px; float: left; margin-left: 10px; }
#nextLink { right: 10px; float: right; margin-right: 10px; }
#prevLink, #prevLink:visited { background: url(../img/vorheriges_bild.png) left bottom no-repeat; margin-top:66px; }
#nextLink, #nextLink:visited { background: url(../img/nachstes_bild.png) right bottom no-repeat; margin-top:66px; }

#imageDataContainer { font: 10px Verdana, Helvetica, sans-serif; height: 53px;
	background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData { padding: 0 10px; color: #515151; }
#imageData #imageDetails { width: 70%; float: none; text-align: center; margin: 0 auto; }
#imageData #caption { font-size: 12px; line-height: 15px; display: block; margin-bottom: 6px; }
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 6px; font-size: 12px; color: #c40b10; }
#imageData #bottomNavClose { width: 83px; float: right;  padding-bottom: 0.7em; outline: none; }
#bottomNav { width:94px; position:absolute; top:-9px; right:0; padding-right:4px; z-index: 101; }

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