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

#outerImageContainer { background-color: #fff; margin: 0 auto; position: relative; z-index: 10000; width: 250px; height: 250px }
#imageContainer { padding: 10px; z-index: 10000 }

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

#prevLink, #nextLink { background-image: url(data:image/gif;base64,AAAA); z-index: 10000; width: 49%; height: 100%; display: block }
#prevLink  { float: left; z-index: 10000; left: 0 }
#nextLink  { float: right; z-index: 10000; right: 0 }
#prevLink:hover, #prevLink:visited:hover  { background: url(../galerie/prevlabel.gif) no-repeat left 15%; z-index: 10000 }
#nextLink:hover, #nextLink:visited:hover  { background: url(../galerie/nextlabel.gif) no-repeat right 15%; z-index: 10000 }

#imageDataContainer { font: 10px/1.4em Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; z-index: 10000; width: 100%; overflow: auto }

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

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