#lightbox {
    background: #111;
    padding-top: 10px;
    border: 1px solid #333;
}
#overlay {
    background-image: url(../images/overlay.png);
}
#lightboxCaption {
    color: #fff;
    border: 1px solid #111;
    font-size: 90%;
    text-align: center;
    border: 0px;
}
#lightboxIndicator {
    border: 2px solid #FFFFFF;
}
#lightboxOverallView {
    background-color: #320000;
}
* html #lightboxOverallView,
* html #overlay {
    background-color: #000;
    background-image: url(../images//blank.gif);
    filter: Alpha(opacity=50);
}
