#lightbox{
	background-color: #333;
	padding: 10px;
	border: 2px solid #000;
}
#lightboxCaption{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	text-decoration:none;
}
#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url("overlay.png"); }

* html #overlay {
	background-color: #000;
	background-image: url("blank.gif");
	filter: Alpha(opacity=50);
}
	