#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; border-left: 3px solid #000000; border-right: 3px solid #FFFFFF; border-top: 3px solid #000000; border-bottom: 3px solid #FFFFFF }
#lightbox a img{ border: none; }

#outerImageContainer{ border: 10px; position: relative; width: 250px; height: 20px; margin: 0 auto; background-image: url(../../Grafiken/Hintergrund_neu.jpg); background-repeat: repeat }
#imageContainer{ padding: 20px 20px 0px 20px; }

#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: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 10px; float: left;}
#nextLink { right: 10px; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) no-repeat left 10%; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) no-repeat right 10% }

#imageDataContainer{ margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; background-image: url(../../Greybox/Kopf.jpg); background-repeat: repeat-x }

#imageData{ padding: 0px 22px; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }
#imageData #caption{ font-weight: bolder;  }
#imageData #numberDisplay{ display: block; clear: left; 	}
#imageData #bottomNavClose{ width: 220px; float: right;  outline: none; padding: 10px 0px 20px 0px }

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

