#overlay {
	position: 	fixed;
	width:		100%;
	height:		100%;
	background:	#000;
	opacity: 	0.66;
	-moz-opacity: 0.66;
	filter:alpha(opacity=66);
	z-index: 	11;
	display: 	none;
	left:		0;
}


#dialogVideo {
	width:			640px;
	height:			360px;
	margin:			0 auto;
	position:		relative;
}
