/* CSS Lightbox Masculio Background alpha */
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:#5c66a5;
	filter:alpha(opacity=100);
	-moz-opacity: 0.6;
	opacity: 0.6;
}