/* SLIMBOX */

#lbOverlay {
   position: fixed;
   z-index: 9999;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: #c29156;
   cursor: pointer;
}
#lbCenter,
#lbBottomContainer {
   position: absolute;
   z-index: 9999;
   background-color: #deb77c;
}
.lbLoading {
   background: #fff url('../images/bx_loader.gif') no-repeat center;
}
#lbImage {
   position: absolute;
   left: 0;
   top: 0;
   border: 10px solid #deb77c;
   border-bottom: 0;
   background-repeat: no-repeat;
}
#lbPrevLink,
#lbNextLink {
   display: block;
   position: absolute;
   top: 0;
   width: 60px;
   outline: none;
   height: 100%;
}

#lbPrevLink {
   left: 5px;
   background: transparent url(../images/popup-arrows.png) no-repeat left center;
}

#lbNextLink {
   right: 5px;
   background: transparent url(../images/popup-arrows.png) no-repeat right center;
}
#lbBottom {
   font-size: 20px;
   color: #403e3a;
   line-height: 26px;
   text-align: left;
   border: 10px solid #deb77c;
   border-top-style: none;
   background: #FFF;
}
#lbImage #close-modal {
   display: block;
   position: absolute;
   top: -60px;
   right: -10px;
   width: 60px;
   height: 60px;
   background: #deb77c url(../images/close-icon.png) no-repeat center;
   margin: 0;
   outline: none;
   cursor: pointer;
   z-index: 999;
}
#lbCloseLink {
   width: 1px;
   height: 1px;
   overflow: hidden;
   opacity: 0;
}
#lbNumber {
   display: none;
}
#lbCaption {
   padding: 25px 30px 25px 20px;
}
