/* SLIMBOX */
@charset "utf-8";

#lbOverlay {
   background-color : WhiteSmoke;
   cursor           : pointer;
   height           : 100%;
   left             : 0px;
   position         : fixed;
   top              : 0px;
   width            : 100%;
   z-index          : 9999;
}

#lbCenter, #lbBottomContainer {
   background-color : White;
   overflow         : hidden;
   position         : absolute;
   z-index          : 9999;
}

.lbLoading {
   background : White url(../pics/galLoading.gif) no-repeat center;
}

#lbImage {
   background-repeat : no-repeat;
   border            : 15px solid White;
   left              : 0px;
   position          : absolute;
   top               : 0px;
}

#lbPrevLink, #lbNextLink {
   display  : block;
   outline  : none;
   position : absolute;
   top      : 0px;
   width    : 50%;
}

#lbPrevLink {
   left : 0;
}

#lbPrevLink:hover {
   background : transparent url(../pics/galPrev.gif) no-repeat 0 15%;
}

#lbNextLink {
   right : 0;
}

#lbNextLink:hover {
   background : transparent url(../pics/galNext.gif) no-repeat 100% 15%;
}

#lbBottom {
   border           : 15px solid White;
   border-top-style : none;
   font-family      : Verdana, Arial, Helvetica, sans-serif;
   font-size        : 10px;
   color            : DimGray;
   line-height      : 14px;
   text-align       : left;

}

#lbCloseLink {
   background : transparent url(../pics/galClose.gif) no-repeat center;
   display    : block;
   float      : right;
   height     : 22px;
   margin     : 5px 0px;
   outline    : none;
   width      : 66px;
}

#lbCaption, #lbNumber {
   margin-right : 71px;
}

#lbCaption {
   font-weight : bold;
}