#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: #666666; /*border-top: 1px solid #9d1516; border-left: 1px solid #9d1516; border-right: 1px solid #9d1516;*/ 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{ padding: 1%; width: 98%; float: left; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ background-image: url(data:image/gif;base64,AAAA);  /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; width: 120px; height: 18px; padding-left: 14px; background-image: url(http://www.divalore.de/kunst/images/prev.gif); background-repeat: no-repeat; background-position: left;}
#nextLink { right: 0; float: right; height: 18px; width: 120px; padding-right: 14px; background-image: url(http://www.divalore.de/kunst/images/next.gif); background-repeat: no-repeat; background-position: right;}

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #666666; /*border-right: 1px solid #9d1516; border-bottom: 1px solid #9d1516; border-left: 1px solid #9d1516;*/ margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 1%; color: #FFF; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	font-size:10px; margin-left:5px;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 150px; float: right; text-align: right; outline: none; font-size:10px; height: 20px; width: 120px; padding-right: 24px; background-image: url(http://www.divalore.de/kunst/images/close.gif); background-repeat: no-repeat; background-position: right;}	 	

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