#lbOverlay {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #2d2d2d;
    cursor: pointer;
}
#lbCenter, #lbBottomContainer {
    position: absolute;
    left: 50%;
    overflow: hidden;
    background-color: #000000;
}
.lbLoading {
    background: #fff url(../images/spinner2.gif) no-repeat center;
}
#lbImage {
    border: 10px solid #000;
}
.photos {
    padding: 3px;
    border: 1px solid #3d3d3d;
}

a:hover .photos {
    border: 1px solid #999;
}

.lightboxDesc a {
    color: #999;
    text-decoration: none;
}

.lightboxDesc a:hover {
    color: #ccc;
    text-decoration: none;
}

#lbPrevLink, #lbNextLink {
    display: block;
    width: 63px;
    height: 20px;
    outline: none;
}

#lbPrevLink {
    float: left;
    background: transparent url(../images/prevlabel.gif) no-repeat left;
    
}

#lbPrevLink:hover {
    background: transparent url(../images/prevlabel.gif) no-repeat left;
}

#lbNextLink {
    float: right;
    background: transparent url(../images/nextlabel.gif) no-repeat right;
}

#lbNextLink:hover {
    background: transparent url(../images/nextlabel.gif) no-repeat right;
}

#lbControls {
    display: block;
        height: 32px;
    color: #000;
}
#lbBottom {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #F5F5F5;
    line-height: 150%;
    text-align: left;
    border: 10px solid #000000;
    border-top-style: none;
}
      
#lbCloseLink {
    clear: both;
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(../images/closelabel.gif) no-repeat center;
    margin: 0px 0px 0px 0px;
}
#lbCaption {
    margin-right: 91px;
}

.lbsummary {
    display: block;
    float: left;
    height: 12px;
    font-size: 11px;
    text-align: right;
}

.lbdescription {
    display: block;
    float: left;
    height: 33px;
    font-size: 11px;
    text-align: left;
}

#lbCaption {

    font-weight: bold;
    font-size: 12px;

}
#lbCaption a:link {
    color: #999;
    }
#lbCaption a:hover {
    color: #ccc;
    }
#lbCaption a:visited {
    color: #999;
    }
#lbNumber {
    height: 15px;
    color: #777777;
    text-align: left;
}
    
.lightboxDesc {
    display: none;
}
