#overlay {position: absolute; top: 0; left: 0; z-index: 999; width: 100%; height: 500px; background-color: #000;}
#lightbox {position: absolute; left: 0; width: 100%; z-index: 999; text-align: center; line-height: 0;}
#outerImageContainer {position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto;}

#imageContainer {padding: 10px;}
#imageDataContainer {font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; overflow: auto; width: 100%;}

#lightbox img {width: auto; height: auto; top: 0px; left: 0px;}
#lightbox a img {border: none;}

#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;}

#imageData {padding: 5px;}
#imageDetails {line-height: 15px; height: 15px;  display: inline-block; text-align: left; width: 90%;}
#bottomNav {display: inline-block; float: right;}
#bottomNavClose {opacity: 0.25;}
#bottomNavClose img {width: 15px; height: 15px;}
#numberDisplay {float: left; margin-right: 20px;}


#prevLink, #nextLink {width: 40%; height: 100%; background-image: url(../images/lightbox/blank.gif); display: block;}
#prevLink {float: left; margin-left: 20px;}
#nextLink {float: right; margin-right: 20px;}
#prevLink:hover, #prevLink:visited:hover {background: url(../images/lightbox/prevlabel.png) left 50% no-repeat;}
#nextLink:hover, #nextLink:visited:hover {background: url(../images/lightbox/nextlabel.png) right 50% no-repeat;}