
#hoverNav { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 100% }
#hoverNav a { outline: none medium }
#imageContainer { padding: 10px }
#imageContainer>#hoverNav { left: 0 }
#imageData { color: #666; padding: 0 10px }
#imageData #bottomNavClose    { padding-bottom: 0; width: 66px; float: right; outline: none medium }
#imageData #caption { font-weight: bold }
#imageData #imageDetails { text-align: left; width: 70%; float: left }
#imageData #numberDisplay { display: block; padding-bottom: 1em; clear: left }
#imageDataContainer { font: 10px/1.4em Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; width: 100%; overflow: auto }
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox a img { border: none }
#lightbox img{ width: auto; height: auto;}
#loading { line-height: 0; text-align: center; position: absolute; top: 40%; left: 0; width: 100%; height: 25% }
#nextLink { right: 0; float: right }
#nextLink:hover, #nextLink:visited:hover { background: url("lightbox/images/nextlabel.gif") no-repeat right 15% }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#overlay { background-color: #000; position: absolute; z-index: 90; top: 0; left: 0; width: 100%; height: 500px }
#prevLink { left: 0; float: left }
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
