#_overlayImage{
	z-index:7000;
}
.overlayVideo {
	width:500px;
	height:400px;
	padding:30px;
	/* overlay is initially hidden */ 
    display:none;
	z-index:9999;
}
/*  
    close button (div.close element) is auto-generated by default.  
    here it is positioned on top-right corner  
*/ 
.overlayVideo div.close {
	background:url('../gfx/close.png') no-repeat;
	cursor:pointer;
	height:36px;
	position:absolute;
	right:0;
	top:0;
	width:36px;
	z-index:9999;
}
/*  
    the actual content is moved little bit inside so that it doesn't overlap 
    with the drop shadow in the overlayed image 
*/ 
.overlayVideo p {
	color:#567;
	font-size:50px;
	margin:110px 135px;
}
a.overlay_player {
	display:block;
	height:380px;
}

