/* SLIMBOX */

#lbOverlay {
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;

background:#000;
}

#lbCenter {
        position: absolute;
        z-index: 9999;
        overflow: hidden;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.6);
  background:#EEE;
    border-top:1px solid #fff;
    border-left:1px solid #DDD;
    border-right:1px solid #DDD;
    border-bottom:1px solid #AAA;
  padding:10px 10px 32px 10px ;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#lbBottomContainer {
        position: absolute;
        z-index: 9999;
        overflow: hidden;
padding:10px;
}

.lbLoading {
        background: #fff url(/design/slimbox2/loading.gif) no-repeat center;
}

#lbImage {
        position: absolute;
        left: 10;
        top: 10;
        background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
        display: block;
        position: absolute;
        top: 0;
        width: 50%;
        outline: none;
}

#lbPrevLink {
        left: 0;
}

#lbPrevLink:hover {
        background: transparent url(/design/slimbox2/prevlabel.png) no-repeat 5% 50%;
}

#lbNextLink {
        right: 0;
}

#lbNextLink:hover {
        background: transparent url(/design/slimbox2/nextlabel.png) no-repeat 95% 50%;
}

#lbBottom {
        font-size: 16px;
        line-height: 2em;
  color: #555;
        text-align: left;
  margin-top:20px;
}

#lbCloseLink {
        display: block;
        float: right;
        width: 24px;
        height: 22px;
        background: transparent url(/design/slimbox2/closelabel.gif) no-repeat center;
        margin: 5px 0;
        outline: none;
}

#lbCaption, #lbNumber {
        margin-right: 71px;
}

#lbCaption {

}


