#lightbox {
        background-color: transparent;
        padding: 5px;
        border-bottom: 0px solid #666;
        border-right: 0px solid #666;
        border: 1px solid #eee;
        border-bottom: 0px;
}
#lightboxCaption {
        color: #fff;
        background-color: transparent;
        font-size: 90%;
        text-align: center;
        border: 1px solid #eee;
        border-top: 0px;
}
#lightboxIndicator {
        border: 1px solid white;
}
#lightboxOverallView,
#overlay {
        background-color: #000;
        opacity: 0.95;
}
* html #lightboxOverallView,
* html #overlay {
        background-color: #000;
        filter: Alpha(opacity=95);
}