#jquery-overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background: url(../images/bg_lightbox.gif) 0 0 repeat; }
#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; margin: 0 auto; padding:0; width:250px; height:250px; background: #000; border: 1px solid #000; }
#lightbox-container-image { padding: 0; }
#lightbox-loading { position: absolute; top: 50%; left: 46%; height:100%; line-height: 0; }
#lightbox-nav { position: absolute; bottom: 0; right: 0; z-index: 10; }
#lightbox-container-image-box > #lightbox-nav { right: 0; }
#lightbox-nav a { outline: none; display:block;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext { float:right; }
#lightbox-nav-btnPrev { width: 98px; }
#lightbox-nav-btnNext { width: 101px; }
#lightbox-container-image-data-box { font: 10px Verdana, Helvetica, sans-serif; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; }
#lightbox-container-image-data { padding: 0 10px; color: #666; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em; }
#lightbox-secNav { position:relative; }			
#lightbox-secNav-btnClose { width: 98px; float:right;}