#lightbox {
	background-color: #000;
	margin-left: 10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:0px;

	/*border-bottom: 1px solid #666;
	border-right: 1px solid #666;*/
	border:1px solid #666;
}
#lightboxCaption {
	color: #FFF;
	/*background-color: #eee; */
	font-size: 11px;
	font-weight:bold;
	text-align: left;
	margin-bottom:20px;

	padding:0px;
	margin-top:-8px;
	/*border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	*/
	
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
	opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
}

