div.overlay {
	background:url(/flowplayer/white.png) no-repeat;
	padding:40px;	
/*	width:570px; */ /*define in modx chunk per need*/  
	display:none;
}

div.overlay div.close {
	background:url(/flowplayer/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

a.player { 		
	display:block;
/*	height:445px; */ /*define in modx chunk per need*/
}

button {
	outline:0px;
	border:0px;
	background-image: url(./images/play-video.png);
	color:#FFFFFF;
	width:160px;
	padding-bottom:2px;
	cursor:pointer;
	font-size:11px;
}

