#lightbox{
	background-color:#237E88;
	padding: 10px;
	border: 2px solid #D5EB1C;
	}
#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);
}
	