#lightbox { background-color: #eee; padding: 10px; border: 3px solid #0A2F4F; } #lightbox #lightboxImage { border: 1px solid #666; } #overlay { background-image: url(images/overlay.png); } #lightboxCaption { color: #000; background-color: #eee; font-size: 120%; font-weight: bold; padding: 10px 1px; margin: 2px 0 0 -3px; text-align: center; border-bottom: 3px solid #0A2F4F; border-right: 3px solid #0A2F4F; border-left: 3px solid #0A2F4F; } #lightboxIndicator { border: 1px solid #fff; } #lightboxOverallView { background-image: url(images/overlay.png); } * html #lightboxOverallView, * html #overlay { background-color: #000; background-image: url(images/blank.gif); filter: Alpha(opacity=50); }
