#lightbox {
	background-color: #eee;
	background-image: "../images/hg-canvas.gif";
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 17px;
	border-bottom: 1px solid #3E2D73;
	border-right: 1px solid #3E2D73;
}
#overlay {
	background-image: url(../images/hg-canvas.gif);
}
#lightboxCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3E2D73;
	font-weight: normal;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 0px solid #3E2D73;
//	border-right: 0px solid #3E2D73;
}
* html #overlay {
	background-color: #000;
	background-image: url(../images/hg-canvas.gif);
//	filter: Alpha(opacity=100);
}

