
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 150%;
	background-color: #666;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;
	width: 781px;
	height: 600px;
	padding: 0px;
	margin-left: -390px;
	z-index:101;
	overflow: none;
}



