#lightbox {
	padding: 10px; border-right-color: rgb(102, 102, 102); border-bottom-color: rgb(102, 102, 102); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; background-color: rgb(238, 238, 238);
}
#lightboxCaption {
	text-align: center; color: rgb(51, 51, 51); font-size: 90%; border-right-color: rgb(102, 102, 102); border-bottom-color: rgb(102, 102, 102); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; background-color: rgb(238, 238, 238);
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView {
	opacity: 0.5; background-color: rgb(0, 0, 0);
}
#overlay {
	opacity: 0.5; background-color: rgb(0, 0, 0);
}
* html #lightboxOverallView {
	filter: Alpha(opacity=50); background-color: rgb(0, 0, 0);
}
* html #overlay {
	filter: Alpha(opacity=50); background-color: rgb(0, 0, 0);
}
