#lightbox { left: 0; line-height: 0; position: absolute; text-align: center; width: 100%; z-index: 10000; }
#lightbox a img { border: none; }
#outerImageContainer { background-color: #fff; height: 250px; margin: 0 auto; position: relative; width: 250px; }
#imageContainer { padding: 10px; }
#loading { height: 25%; left: 0%; line-height: 0; position: absolute; text-align: center; top: 40%; width: 100%; }
#hoverNav { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 10; }
#imageContainer>#hoverNav { left: 0; }
#hoverNav a { outline: none; }
#prevLink, #nextLink { background: transparent url(../images/blank.gif) no-repeat; display: none; height: 100%; width: 49%; }
#prevLink { float: left; left: 0; }
#nextLink { float: right; right: 0; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images/blank.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/blank.gif) right 50% no-repeat; }
#nextLinkText, #prevLinkText { bottom: 10px; color: #FF9834; display: block; font-weight: bold; height: 20px; left: 48.5%; position: absolute; text-decoration: none; text-indent: -9999px; width: 10px; }
#nextLinkText { background: url(../images/lightbox-right.gif) no-repeat; margin-left: 20px; }
#prevLinkText { background: url(../images/lightbox-left.gif) no-repeat; }
.ontop #imageData { padding-top: 5px; }
#imageDataContainer { background-color: #fff; font: 10px Verdana, Helvetica, sans-serif; line-height: 1.4em; margin: 0 auto; }
#imageData { padding: 0 10px; }
#imageData #imageDetails { float: left; text-align: left; width: 70%; }
#imageData #caption { border: 1px solid #555; border-width: 0 0 1px 0; display: block; padding-bottom: 10px; width: 100%; }
#imageData #numberDisplay { clear: left; display: block; padding: 1.0em 0; }
#imageData #bottomNavClose { float: right; padding: 0.7em 0; width: 20px; }
#imageData #helpDisplay { clear: left; display: block; float: left; }
#overlay { background-color: #000; display: none; filter: alpha(opacity=60); height: 500px; left: 0; moz-opacity: 0.6; opacity: 0.6; position: absolute; top: 0; width: 100%; z-index: 9999; }
.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
* html>body .clearfix { display: inline-block; width: 100%; }
* html .clearfix { height: 1%; }