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


#popup 
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 350px;
	margin-left:-240px;
	margin-top:-250px;
	z-index:100000;
	overflow: none;
	color:#FFF;
}
#popup2 
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 550px;
	margin-left:-240px;
	margin-top:-250px;
	z-index:100000;
	overflow: none;
	color:#FFF;
}
#popup3
{
	display: none;
	position: absolute;
	top: 100px;
	left: 50%;
	width: 1200px;
	height: 900px;
	margin-left:-600px;
	z-index:100000;
	overflow: none;
	color:#FFF;
}
#popup4
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 510px;
	height: 510px;
	margin-left:-600px;
	margin-top:-250px;
	z-index:100000;
	overflow: none;
	color:#FFF;
}




