#lightbox{
	background-color:#CCCCCC;
	padding: 10px 10px 5px 10px;
	border: none;
	}
#lightboxDetails{
	color: #000000;
	font-size: 9px;
	line-height: 11px;
	padding-top: 5px;
	font-family: verdana, sans serif;
	}	
#lightboxCaption {
	float: center;
	text-align: center;
}
#closeButton {
	position: relative;
	top: -5px;
	right: -5px;
	filter:alpha(opacity=50) ;
	-moz-opacity: 0.50;
	opacity: 0.50;
	-khtml-opacity: 0.50;
}

#lightbox img {
	border: none;
	clear: both;
} 
#overlay img{ border: none; }

#overlay{
	background-color: #000000;
	filter:alpha(opacity=60) ;
	-moz-opacity: 0.60;
	opacity: 0.60;
	-khtml-opacity: 0.60;
}

* html #overlay{
	background-color: #000000;
	back\ground-color: transparent;
	background-image: url(../images.spacer.gif);
}
	