@charset "utf-8";
#lightbox {position:absolute; left:0; width:100%; z-index:100; text-align:center; line-height:0;}
#lightbox img {width:auto; height:auto;}
#lightbox a img {border:none;}

#headerContainer {height:60px; width:820px; margin:0 auto; background:#eaebed url(/img/layout/lightbox_header_bg.gif) repeat-x; border-bottom:1px solid #d3d4d6;}
#headerLogoContainer {float:left; height:60px; width:174px; background:url(../img/layout/lightbox_logo.gif) no-repeat;}
#close {float:right; height:60px; width:66px; background:url(../img/layout/lightbox_close.gif) no-repeat; cursor:pointer; z-index:181; display:block;}

#bodyImageContainer {margin:0 auto; width:820px; background-color:#fff;}

#outerImageContainer {position:relative; background-color:#fff; margin:0 auto;}
#imageContainer {padding:10px;} /* overflow:hidden; */

#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; overflow:hidden;}

#prevLink, #nextLink {position:absolute; bottom:10px; height:100%; width:50%; cursor:pointer; z-index:111; display:inline; background-image:url(data:image/gif;base64,AAAA); outline:none;} /* width:49%; height:100%; background-image:url(data:image/gif;base64,AAAA); display:block; /* Trick IE into showing hover */ 
#prevLink {left:0; float:left;}
#nextLink {right:0; float:right;}
#prevLink:hover, #prevLink:visited:hover { }
#nextLink:hover, #nextLink:visited:hover { }

.navIco {cursor:pointer; display:block; width:41px; height:70px; margin-top:-15px; position:absolute; top:50%; z-index:112;}
	
#prevIco {left:-9999px; background:url('/img/lightbox/prevlabel.png') left 15% no-repeat;}

#nextIco {right:-9999px; background:url('/img/lightbox/nextlabel.png') right 15% no-repeat;}

div.bg {position:absolute; display:block; z-index:70; border:0; padding:0; margin:0;}
div.bg_n {top:-18px; width:100%; height:18px; background:transparent url('/img/lightbox/shadow_n.png') repeat-x;}
div.bg_ne {top:-18px; right:-13px; width:13px; height:18px; background:transparent url('/img/lightbox/shadow_ne.png') no-repeat;}
div.bg_e {right:-13px; height:100%; width:13px; background:transparent url('/img/lightbox/shadow_e.png') repeat-y;}
div.bg_se {bottom:-18px; right:-13px; width:13px; height:18px; background:transparent url('/img/lightbox/shadow_se.png') no-repeat;}
div.bg_s {bottom:-18px; width:100%; height:18px; background:transparent url('/img/lightbox/shadow_s.png') repeat-x;}
div.bg_sw {bottom:-18px; left:-13px; width:13px; height:18px; background:transparent url('/img/lightbox/shadow_sw.png') no-repeat;}
div.bg_w {left:-13px; height:100%; width:13px; background:transparent url('/img/lightbox/shadow_w.png') repeat-y;}
div.bg_nw {top:-18px; left:-13px; width:13px; height:18px; background:transparent url('/img/lightbox/shadow_nw.png') no-repeat;}


#imageDataContainer {float:right; margin:0 auto; padding-top:2px; line-height:60px; font-size:1.6em; overflow:hidden;}

#imageData {padding:0 10px; color:#999;}
#imageData #imageDetails {}	
#imageData #caption {}
#imageData #numberDisplay {}			

#overlay {position:absolute; top:0; left:0; z-index:90; width:100%; height:500px; background-color:#000;}
