#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:10;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;

}
#box 
{
	display: none;
	position: absolute;
	top:10%;
	left: 	30%;
	width: 550px;
	height: 506px;
	padding: 5px;
	margin:0;
	border:none;
 
	background-repeat:no-repeat;
	z-index:101;
	overflow: none;
}
#box2
{
	display: none;
	position: absolute;
	top:10%;
	left: 	30%;
	width: 550px;
	height: 506px;
	padding: 5px;
	margin:0;
	border:none;
 
	background-repeat:no-repeat;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	display:none;
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:500px;
	height:112px;
	padding:0;
	padding-top:4px;
	left-padding:0px;
	color:#FFFFFF;
	margin:0;
}


