#pageoverlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity:0);
	z-index: 98;
	display: none;
}

#overlaycontent
{
	position: absolute;
	width: 612px;
	height: 333px;
	background: black;
	z-index: 99;
	display: none;
	padding: 0px;
}

iframe#overlayiframe
{
	width: 612px;
	height: 333px;		
	background-color: white;
}




