#jquery-overlay { position:absolute; top:0; left:0; z-index:90; width:100%; height:500px; }

#jquery-lightbox { position:absolute; top:0; left:0; width:100%; z-index:100; text-align:center; /* line-height:0; */ }
#jquery-lightbox a img { border:none; }

#lightbox-container-image-box { position:relative; background-color:#000; width:250px; height:250px; margin:0 auto; }
#lightbox-container-image { padding:10px; }

#lightbox-loading { background-position:center center; position:absolute; top:40%; left:0%; height:100%; width:100%; text-align:center; /* line-height:0; */ }
#lightbox-nav { position:absolute; top:0; left:0; width:100%; height:100%; z-index:10; }
#lightbox-container-image-box > #lightbox-nav { left:0; }
#lightbox-nav a { outline:none; }
#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width:49%; height:100%; zoom:1; display:block; }
#lightbox-nav-btnPrev { background-position:left center; left:0; float:left; }
#lightbox-nav-btnNext { background-position:right center; right:0; float:right; }

#lightbox-container-image-data-box { font-size:90%; background-color:#000; margin:0 auto; overflow:auto; width:100%; padding:0; border:#000 10px solid; }
#lightbox-container-image-data { color:#cfccc6; padding:0; height:100%; }
#lightbox-container-image-data #lightbox-image-details { text-align:left; width:85%; float:left; }

#lightbox-image-details-caption { font-weight:bold; height:auto; min-height:1em; display:block; clear:left; }
#lightbox-image-details-currentNumber { height:auto; display:block; clear:both; padding:1em 0; }

#lightbox-secNav-btnClose { background:url(./jquery.lightbox/close.png) no-repeat 0 0; margin:5px 0; padding:0; width:14px; height:14px; display:block; float:right; overflow:hidden; cursor:pointer; }
/* #lightbox-secNav-btnClose:hover { background-position:0 -20px; }*/
#lightbox-secNav-btnClose img { display:none; }