#lightbox{
	padding: 10px;
	border: 2px solid #e1d9cc;
	}
#lightboxCaption{
	font-family: Arial;
	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{ 
position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	height: 500px;
	background-color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	

* html #overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
	
