div#video_overlay { 

	position: absolute;

	top: 0;

	left: 0;

	z-index: 90;

	width: 100%;

	height: 500px;

	background-color: #000;

	filter:alpha(opacity=100);

	-moz-opacity: 1;

	opacity: 1;	

}



div#video_lightbox { 

	position:absolute; 

	top:50%; 

	left:50%; 

	margin-left:-436px; 

	z-index:100; 

	width:873px; 

	height:565px; 

	background: white;

}



div#videobox_flashcontent { 

	position:relative; 

	z-index:120; 

	background-color: black;

	margin: 10px;

}


.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:99;
	-moz-opacity: 1.0;
	opacity:1;
	filter: alpha(opacity=100);
}