body {margin: 0;}
#lbOverlay {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #000;
    cursor: pointer;
    z-index: 999;      /* z-index */
}

#lbCenter, #lbBottomContainer, #lbTopContainer {
    position: absolute;
    left: 50%;
    overflow: hidden;
    background-color: #000000; 
    text-align: center; 
    padding: 0 5px;
    z-index: 999;     /* z-index */
}

#lbTopContainer {
    padding-top: 0px;
    padding-bottom: 0px;
}

#lbTopContainer {
    /*border-bottom: 1px #c3c3c3 solid;*/
}

.lbTop {
    text-align: right;
    height: 25px;
}

.lbLoading {
    background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
    border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
    color: #666;
    text-align: left;
    border: 5px solid #fff;
    border-top-style: none;
    border-bottom: none;
    padding-top: 5px;
    display: none;
}

.lbTop a img {
    vertical-align: text-bottom;
}

.lbTop a,
#lbCloseLinkTop {
    color: #FFFFFF;    
}

#lbCloseLinkTop{
    padding-left: 25px;
    background: transparent url(../images/close.gif) no-repeat 10px center;
    line-height:21px;
    font-weight: normal;  
}


#lbCloseLink {
    display: block;
    float: right;
    width: 11px;
    height: 11px;
    background: transparent url(../images/close.gif) no-repeat center;
}


#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}

#spanInside A {
    font-weight: normal;
}

#spanInside A IMG {
    margin-top: 5px;
}
