/* SLIMBOX */
#lbOverlay {
background-color:#0E346A;
cursor: pointer;
left: 0;
position: absolute;
z-index: 9999;
width: 100%;}

#lbCenter, #lbBottomContainer {background-color: #fff;left: 50%;overflow: hidden;position: absolute;z-index: 9999;}

.lbLoading{background: #fff url(../img/loader.gif) no-repeat center;}

#lbImage { background-repeat: no-repeat;border: 10px solid #fff;left: 0;position: absolute;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% 80%;}

#lbNextLink {right: 0;}
#lbNextLink:hover {background: transparent url(../img/nextlabel.gif) no-repeat 100% 80%;}

#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;
display: block;float: right;height: 22px;margin: 5px 0;outline: none;width: 32px;}

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

#lbCaption {font-weight: bold;}