#lightbox {
 padding: 0px;
}
#lightboxCaption {
 color: #333;
 background-color: #eee;
 text-align: center;
 font-family: Times New Roman, Times, serif;
 font-style: italic;
 font-size: 13px;
}
#lightboxIndicator {
 border: 0px solid white;
}
#lightboxOverallView,
#overlay {
 background-color: #000;
 opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
 background-color: #000;
 filter: Alpha(opacity=50);
}

