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