#lightbox{left: 0;line-height: 0;position: absolute;text-align: center;top: 40px;width: 100%;z-index: 100;}
#lightbox img{width: auto;height: auto;}
#lightbox a img{border: none;}
#outerImageContainer{background-color: #fff;color: inherit;height: 250px;margin: 0 auto;position: relative;width: 250px;}
#imageContainer{padding: 10px;}
#loading{left: 0;height: 25%;line-height: 0;position: absolute;text-align: center;top: 40%;width: 100%;}
#hoverNav{left: 0;height: 100%;top: 0;position: absolute;width: 100%;z-index: 10;}
#imageContainer #hoverNav{left: 0;} #hoverNav a{outline: none;}
#prevLink, #nextLink{background: url('../images/blank.gif') no-repeat;background-color: inherit; /* Trick IE into showing hover */ color: inherit;display: block;height: 100%;width: 49%;}
#prevLink{float: left;left: 0;}
#nextLink{float: right;right: 0;}
#prevLink:hover, #prevLink:visited:hover{background: url('../images/prevlabel.gif') left 15% no-repeat;}
#nextLink:hover, #nextLink:visited:hover{background: url('../images/nextlabel.gif') right 15% no-repeat;}
#imageDataContainer{background-color: #fff;color: inherit;font-family:'Verdana', 'Helvetica', sans-serif, 'DejaVu';font-size: 10px;line-height: 1.4em;margin: 0 auto;}
#imageData{padding:0 10px;}
#imageData #imageDetails{float: left;text-align: left;width: 50%;}	
#imageData #caption{font-weight: bold;}
#imageData #numberDisplay{clear: left;display: block;padding-bottom: 1.0em;}
#imageData #bottomNavPrev{float: right;padding-bottom: 0.7em;width: 20px;}
#imageData #bottomNavPrev img{display:block; margin:3px auto 0 auto;}
#imageData #bottomNavNext{float: right;margin:0 10px 0 0;padding-bottom: 0.7em;width: 20px;}
#imageData #bottomNavNext img{display:block; margin:3px auto 0 auto;}			
#imageData #bottomNavClose{float: right;padding-bottom: 0.7em;width: 66px;}	
#overlay{background-color: #000;color: inherit;height: 500px;left: 0;opacity: 0.6;position: absolute;top: 0;width: 100%;z-index: 90;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
* html body .clearfix{display: inline-block;width: 100%;}
* html .clearfix{ /* Hides from IE-mac \*/ height: 1%; /* End hide from IE-mac */ }	