#overlay { 
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border: 0;
	border:none;
	z-index:90;
	
	
/*	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;*/
}

#video_container{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width: 865px; 
	height:460px; 
	padding:0 0 0 0; 
	margin:0; 
	z-index: 100; 
	top: 200px;
	
/*	position: absolute;
	width: 865px; 
	height:460px; 
	padding:0 0 0 0; 
	margin:0; 
	z-index: 100; 
	top: 200px; */
}

.offscreen {
	visibility:hidden;
	display: none;
}
.onscreen {
	visibility:visible;
	display: block;
}