#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay { }
#ooverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
};
#lightboxCaption {
	color: #333;
	height: auto;
	background-color: #eee;
	top: -10px;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding-bottom: 15px;
}
* html #overlay {
	background-color: #000;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
}
