#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-color: #000000;
	-moz-opacity:0.7;
  opacity:0.7;
	filter:Alpha(opacity=70);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;	
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	
	
}
* html #overlay {
	background-color: #000000;
	/* background-image: url(blank.gif); */
	-moz-opacity:0.7;
	filter: Alpha(opacity=70);
}
