/* SLIMBOX */

#lbOverlay { background-color: #000; cursor: pointer; left: 0; position: absolute; z-index: 2; width: 100%; }
#lbCenter, #lbBottomContainer { background-color: #fff; left: 50%; overflow: hidden; position: absolute; z-index: 3; }
.lbLoading { background: #fff url(../img/loading.gif) no-repeat center; }
#lbImage { background-repeat: no-repeat; border: 10px solid #fff; position: absolute; left: 0; top: 0; }
#lbPrevLink, #lbNextLink { display: block; outline: none; position: absolute; top: 0; width: 50%; }
#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: transparent url(../img/prevlabel.gif) no-repeat 0% 15%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%; }
#lbBottom { border: 10px solid #fff; border-top-style: none; color: #666; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 10px; line-height: 1.4em; text-align: left; }
#lbCloseLink { background: transparent url(../img/closelabel.gif) no-repeat center; margin: 5px 0; display: block; float: right; height: 22px;  width: 66px; }
#lbCaption, #lbNumber { margin-right: 71px; }
#lbCaption { font-weight: bold; }

