#lbOverlay { position: absolute; left: 0; width: 100%; background-color: #000000; cursor: pointer; }
#lbCenter, #lbBottomContainer { position: absolute; left: 50%; overflow: hidden; background-color: #FFFFFF; text-align: center; padding: 5px; }
.lbLoading { background: #FFFFFF url(loading.gif) no-repeat center; }
#lbImage { border: 10px solid #FFFFFF; }
#lbPrevLink, #lbNextLink { display: block; position: absolute; top: 0; width: 50%; outline: none; }
#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: transparent url(prevlabel.gif) no-repeat 0% 15%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url(nextlabel.gif) no-repeat 100% 15%; }
#lbBottom { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #666; line-height: 1.4em; text-align: left; border: 5px solid #FFFFFF; border-top-style: none; }
#lbCloseLink { display: block; float: right; width: 51px; height: 25px; background: transparent url('../../images/buttons/close.jpg') no-repeat center; margin: 5px 0; padding-right: 20px; }
#lbCaption, #lbNumber { margin-right: 71px; }
#lbCaption { font-weight: 700; }

#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; float: none; display: inline; }
#lightbox-container-image-box { position: relative;  background-color: #F9F7F8; width: 250px; height: 250px; margin: 0 auto; }
#lightbox-container-image { padding: 10px; }
#lightbox-loading {  position: absolute;  top: 40%;  left: 0%;  height: 25%; width: 100%;  text-align: center;  line-height: 0; }
#lightbox-nav {  position: absolute;  top: 0;  left: 0; height: 100%; width: 100%;  z-index: 10; }
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-container-image-data-box { background-color: #F9F7F8;  margin: 0 auto;  line-height: 14px; overflow: auto; width: 100%;  padding: 0px 10px 5px 10px; }
#lightbox-container-image-data { padding: 0 10px; color: #000000; }
#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-btnClose { width: 51px; float: right; padding-bottom: 0.7em;  }