
#filter
{
	display:none;
	position: absolute;
	width: 140px;
	height: 140px;
	background-color:#7B7979;
	z-index:10;
	opacity:0.3;
	filter: alpha(opacity=30);
	overflow: hidden;
	/*display: block;*/
}

#filter_slideshow {
	position: absolute;
	width: 100%;
	height: 1250px;
	background-color:#000000;
	z-index:10;
	opacity:0.8;
	filter: alpha(opacity=80);
	overflow: hidden;
	/*display: block;*/
}

#box_1 
{
	display:none;
	position: absolute;
	margin:0;
	z-index:101;
	overflow: none;
	}

#boxtitle_1
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #B0C5D8;
	background-color: #356D79;
	color:white;
	text-align:center;
	font-weight:bold;
}

#box_2 
{
	display:none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 400px;
	height: 200px;
	padding:48px 48px 10px 48px;
	margin:0;
	border: 1px solid #356D79;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle_2
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #B0C5D8;
	background-color: #356D79;
	color:white;
	text-align:center;
	font-weight:bold;
}



