#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 1001; text-align: left; line-height: 0;}
#lightbox img{ width: auto; height: auto; border:1px solid #808080;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 30px  30px  0px  30px ; }

#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:25px; width:300px;   z-index: 10; }
#imageContainer>#hoverNav{ left: 0; height:20px;}

#prevLink, #nextLink{  height:20px; width:58px;  margin-top:10px; margin-left:30px;  background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ }

#prevLink { float:left;  background: url(../images/prevlabel.gif) left 0px no-repeat;     margin-right:0px; }
#nextLink {  float:left; background: url(../images/nextlabel.gif) right 0px no-repeat;    }

#prevLink:hover { background: url(../images/prevlabel1.gif) left 0px no-repeat;   }
#nextLink:hover {  background: url(../images/nextlabel1.gif) left 0px no-repeat;  }


#numberDisplay{  float:left; font-size:12px; height:25px; padding-top:10px; padding-bottom:10px; margin-left:30px;  
				 margin-right:3px;    margin-top:7px; color:#808080; font-size:12px; } 

#imageDataContainer{ font: 12px Arial, Helvetica, sans-serif; background-color: #ffffff; margin: 0 auto; line-height: 1.4em; min-height:50px; overflow: auto; width: 100%	; }

#imageData{	padding:0px 0px 0px 10px; color: #666666; }
#imageData #imageDetails{ width:90%; float: left; text-align: left; margin-left:20px; padding-top:0px;   }	
#imageData #caption{ color:#000000; }
#imageData #caption p{ margin-top:0px; padding-top:0px;}/*font-weight: bold;		*/

#imageDetails #caption p{ margin-top:0px; padding-top:0px; }/*font-weight: bold;		*/
#imageDetails  { margin-top:0px; padding-top:0px;}/*font-weight: bold;		*/
/*#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			*/

#bottomNavClose{ width: 70px; margin:0px; margin-right:28px;   float: right;  padding-bottom: 5px; outline: none; 
	background-image:url(../images/closelabel4.gif); background-repeat:no-repeat;  }	 	
#bottomNavClose img:hover{  	background-image:url(../images/closelabel4_s.gif); background-repeat:no-repeat;  }	 	



/*------------Fixierter Balken für moderne Browser----------------*/
#overlay {
	position:absolute; top: 0; left: 0; z-index: 1000; width: 100%; height: 100%; background-color: #000000;  }
  html>body #overlay {  /* nur fuer moderne Browser! */
    position: fixed;  
  }
/*------------ENDE Fixierter Balken für moderne Browser----------------*/



#topNav { width:100%; display:block; float:right;}


