#lbOverlay {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #000;
        cursor: pointer;
}
#lbCenter, #lbBottomContainer {
        position: absolute;
        left: 50%;
        overflow: hidden;
        background-color: #f6eb9c;
}
.lbLoading {
        background: #fcf7e3 url(../images/spinner2.gif) no-repeat center;
}
#lbImage {
        border: 10px solid #f6eb9c;
}
.photos {
        padding: 3px;
        border: 1px solid #f6eb9c;
}

a:hover .photos {
        border: 1px solid #999;
}

.lightboxDesc a {
        color: #151f7d;
        text-decoration: none;
}

.lightboxDesc a:hover {
        color: #151f7d;
        text-decoration: none;
}

#lbPrevLink, #lbNextLink {
        display: block;
        width: 32px;
        height: 32px;
        outline: none;
}

#lbPrevLink {
        float: left;
        background: transparent url(/images/Back.png) no-repeat left;
        
}

#lbPrevLink:hover {
        background: transparent url(/images/Back.png) no-repeat left;
}

#lbNextLink {
        float: right;
        background: transparent url(/images/Forward.png) no-repeat right;
}

#lbNextLink:hover {
        background: transparent url(/images/Forward.png) no-repeat right;
}

#lbControls {
        display: block;
        height: 32px;
}
#lbBottom {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #3545db;
        line-height: 150%;
        text-align: left;
        border: 10px solid #f6eb9c;
        border-top-style: none;
}
      
#lbCloseLink {
        clear: both;
        display: block;
        float: right;
        width: 32px;
        height: 32px;
        background: transparent url(/images/Exit.png) no-repeat center;
        margin: 0px 0px 0px 0px;
}
#lbCaption, #lbNumber, #lbDescription {
        margin-right: 71px;
}
#lbCaption {
        font-weight: normal;
        font-size: 1em;
}
#lbCaption a:link {
    font-weight: bold;
    font-size: 1.2em;
    color: #151f7d;
    }
#lbCaption a:hover {
    color: #151f7d;
    }
#lbCaption a:visited {
    font-size: 1.2em;
    font-weight: bold;
    color: #151f7d;
    }
    
.lightboxDesc {
        display: none;
}
