img {
	border: 0px;	
}

div#video_overlay { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
}

div#video_lightbox { 
	position:absolute; 
	top:50%; 
	left:50%; 
	margin-left:-275px; 
	z-index:100; 
	width:445px; 
	height:375px; 
	background: #fff;
}

div#videobox_flashcontent { 
	position:relative; 
	z-index:120; 
	background-color: black;
	margin: 10px;
}
