﻿@charset "UTF-8";
/* CSS Document */

#lightbox {
	background-color: #333333;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	z-index:1000;
}
#overlay {
	background-image: url(overlay.png);
	z-index:1000;
}
#lightboxCaption {
	color: #333;
	background-color: #333333;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	z-index:1000;
}

#lightboxIndicator {
	border: 1px solid #fff;
	z-index:1000;
}
#lightboxOverallView {
	background-image: url(overlay.png);
	z-index:1000;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
	z-index:1000;
}
