
#transluscent 
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	left: 0px;
	top:0px;
	display: none;
	height:2080px;
	width: 100%;
	z-index:2;
	background-color: #000000;
	padding: 0px;
}

#floaterVideo {
position: absolute;
margin: 1px auto;
display: none;
z-index: 10;
top: 850px;
left:180px;
width: 400px;
height: 300px;
padding: 0px;
}



#floaterHeader
{
border: 1px solid #333333;
background-color: #000000;

}