/* SLIMBOX */

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

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

.lbLoading {
 background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
 position: absolute;
 left: 0;
 top: 0;
 border-bottom: 20px solid #9C8F56;
 background-repeat: no-repeat;
}

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

#lbPrevLink {
 left: 0;
 height: 100%;
 background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 100% bottom;
}

#lbNextLink {
 right: 0;
 height: 100%;
 background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 0% bottom;
}

#lbBottom {
 font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
 font-size: 10px;
 color: #fff;
 line-height: 1.4em;
 text-align: left;
 /*border: 10px solid #39393B;*/
 border-top-style: none;
 background-color:#9C8F56;
}

#lbCloseLink {
 position: absolute;
 bottom: 2px;
 width: 100%;
 height: 22px;
 background: url(../images/slimbox/closelabel.gif) no-repeat right bottom;
 /*margin: 20px 0 0 0;*/
 outline: none;
}

#lbNumber {
 position: absolute;
 bottom: 2px;
 left: 5px;
 /*margin: 10px 0 0 5px;*/
}

#lbCaption {
 margin: 0 0 0 5px;
 padding-bottom: 22px;
 font-weight: bold;
} 
