/* SLIMBOX */

#lbOverlay {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    left: 50%;
    overflow: hidden;
    background-color: #fff;
}

#lbTopContainer {
    position: absolute;
    left: 50%;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
    border-top: 2px solid #fff;
    border-bottom: 10px solid #fff;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(../images/prevlabelB.gif) no-repeat 0% 15%;
}

#lbNextLink {
    background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(../images/nextlabelB.gif) no-repeat 100% 15%;
}

#lbNumber {
    position: absolute;
    z-index: 2;
    right: 10px;
    color: #666;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    top: 10px;
}

#lbBottom {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    /*background: transparent url(/images/closelabel.gif) no-repeat center;*/
    background: transparent url(../images/close2.gif) no-repeat center;
    /*margin: 5px 0;*/
    margin-right: 2px;
    margin-top: 1px;
}

#lbCaption, #lbNumber {
    /*margin-right: 71px;*/
}

#lbCaption {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*color: #008890;*/
    /*font-weight: bold;*/
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#lbTitle {
    text-align: left;
    border-left: 10px solid #fff;
    padding-top: 2px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    /*color: #0090A5;*/
    color: #553355;
    font-weight: bold;
}

p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}