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

#lbBottom {
    color: #666;
    font: 10px/1.4em Verdana, Arial, Geneva, Helvetica, sans-serif;
    text-align: left;
}

#lbCaption {
    font-weight: bold;
}

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

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

#lbBottomContainer {
    margin-top: -321px !important;
    width: 456px !important;
    background: none;
}

#lbCloseLink {
    background: transparent url(../img/closelabel.png) no-repeat center;
    display: block;
    float: right;
    height: 58px;
    outline: none;
    width: 58px;

}

#lbImage {
    background: no-repeat;
    border: 10px solid #fff;
    left: 0;
    position: absolute;
    top: 0;
}

#lbNextLink {
    right: 0;
}

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

#lbPrevLink {
    left: 0;
}

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

#lbNextLink:hover {
    background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

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