/* SLIMBOX */
/* Changed #DAD4B2 to white*/

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

#lbCenter {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: white;
}

#lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: white;
}


.lbLoading {
    background: white url(loading.png) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid white;
    background-repeat: no-repeat;
    /*Change here*/
    margin-top: 20px;
    margin-left: 100px;

}

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

#lbPrevLink {
    left: 0;
    width: 218px;
    height: 133px;
    background: transparent url(back.png) no-repeat 0 15%;
    /*change here*/
    margin-top: 40px;

}

#lbPrevLink:hover {
    background: transparent url(back.png) no-repeat 0 15%;
}

#lbNextLink {
    right: 0;
    width: 218px;
    height: 133px;
    background: transparent url(next.png) no-repeat 100% 15%;
    /*change here*/
    margin-top: 40px;
}

#lbNextLink:hover {

    background: transparent url(next.png) no-repeat 100% 15%;


}

#lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 24px;
    color: #666;
    line-height: 1.3em;
    text-align: left;
    border: 10px solid white;
    border-top-style: none;
    //  width: 350px;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 100px;
    height: 50px;
    background: transparent url(closegr.png) no-repeat center;
    //  margin: 5px 0;
    outline: none;
    background-position: top ; 
}

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

#lbCaption {
    margin-top: 20px;
    text-align: justify;
}


