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

#outerImageContainer{ position: relative; left: 40; top: 50; width: 568; z-index: 91; background-color: #0d1b0c; width: auto; height: auto; margin: 0 auto; }
#imageContainer{ position: relative; width: 530; height: 100%; left: 0; top: 0; padding: 14; }

#loading{ position: absolute; top: 300; left: 20; height: 100%; 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: 50%; height: 100%; background-image: url(../Grafiken/gif;base64,AAAA); /* Trick IE into showing hover */ display: none; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../Grafiken/gif/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../Grafiken/gif/nextlabel.gif) right 15% no-repeat; }

#closeButton{ top: 0px; right: 5px; }

#imageDataContainer{
        position: relative;
        top: 6;
        left: 74;
        margin-left: 0px;
        font: 10pt Arial, Helvetica, sans-serif;
        background-color: #0d1b0c;
        line-height: 20;
        padding-right: 0px;
        padding-left: 0px;}

#imageData{	padding: 14px; height: 44px; color: #0d1b0c; }
#imageData #imageDetails{  width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 22;	}			
#imageData #bottomNavClose{ position: absolute; top: 12; left: 482; width: 155px; float: right;  padding-bottom: 0px; outline: none;}	 	

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