@media screen, projection{
/*LIGHTBOX*/
#lightbox{position:absolute;left:0;width:100%;z-index:100;text-align:center;line-height:0;}
#outerImageContainer{position:relative;background-color:#000;width:250px;height:250px;margin:0 auto;}
#imageContainer{padding:20px;}
#loading{position:absolute;top:50%;left:50%;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;}
#prevLink, #nextLink{width:49%;height:100%;background:transparent url(../dsg/lb/blank.gif) no-repeat;display:block;}
#prevLink { left: 3px; float: left;background: url(../dsg/lb/lb_prev.png) 1% 50% no-repeat; }
#nextLink { right: 3px; float: right;background: url(../dsg/lb/lb_next.png) 99% 50% no-repeat;}
/*#prevLink:hover, #prevLink:visited:hover { background: url(/_images/lb/lb_prev.png) left 17% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/_images/lb/lb_next.png) right 17% no-repeat; }*/
/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{display:none;visibility:hidden;}
/*** END : next / previous text links ***/
.ontop #imageData{padding-top:5px;}
#imageDataContainer{background-color: #000;margin:0 auto;line-height: 1.4em;padding-bottom:10px;}
#imageData{padding:0 10px;}
#imageData #imageDetails{width:90%;float:left;text-align:left;}
#imageData #caption{font:bold 1.6em arial;color:#fff;display:block;width:100%;padding:0 0 10px;}
#imageData #caption p{font-size:.75em;padding:.9em 0;}
#imageData #numberDisplay{display:none;clear:left;color:#fff;padding-bottom:1.0em;}
#imageData #bottomNavClose{width:33px;float:right;padding-bottom:0.7em;}
#imageData #helpDisplay{clear:left;float:left;display:block;}
#overlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:500px;background-color:#000;filter:alpha(opacity=60); -moz-opacity: 0.6;opacity: 0.6;display:none;}
.clearfix:after{content: ".";display:block;height:0;clear:both;visibility:hidden;}
* html>body .clearfix {display:inline-block;width:100%}
* html .clearfix{height:1%;}
}