.lightbox {
    position: absolute;
    width: 824px;
    height: 578px;
    background: #333;
    z-index: 310;
    display: none;
}

.innerLightbox {
    width: 824px;
    height: 578px;
    position: relative;
}

.innerLightbox .gridShareArea {
    bottom: 10px;
    right: 10px;
    position: absolute;
}

.lbContent {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgb(136,120,113);
        background: rgba(136,120,113, 0.9);
    padding: 10px;
    width: 804px;
}

p.desc {
    font-size: 12px;
    margin: 0 0 4px 0;
}

a.imgDl {
    color: #fc0000;
    background: url(/National_Library/oe_/https://falling-walls.com:443/static/asset/img/bg-adl.png) no-repeat;
    display: block;
    padding: 0 0 0 12px;
    font-size: 12px;
}

p.copyright {
    font-size: 10px;
    margin: 12px 0 0 0;
}

a.closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.lightbox .sliderBtnPrev {
    /*left: -40px;*/
}