#lightbox{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10001;	
	width: 100%;
	height: 100%; 
}

#overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
