#lightbox {	background-color: #f0f0f0;	padding: 10px 10px 10px 10px;	border: 0px /*	border-bottom: 2px solid #666;	border-right: 2px solid #666;*/}#overlay {	text-align: left;	background-image: url(overlay.png);}#lightboxCaption {	color: #333;	background-color: #f0f0f0;	font-size: 12px;	text-align: center;	margin: 5px 0 0 0;/*	border-bottom: 2px solid #666;	border-right: 2px solid #666;*/}* html #overlay {	background-color: #000;	background-image: url(blank.gif);	filter: Alpha(opacity=50);}