.flowvideo_overlay {
	padding:40px;	
	width:576px;  
	display:none;
	/*
	background-image:url(http://static.flowplayer.org/img/overlay/white.png);
	*/	
	background-image:url(../images/white.png);	
}
 
.close {
	/*
	background:url(http://static.flowplayer.org/img/overlay/close.png) no-repeat;
	*/
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	display:block;
	width:35px;
	height:35px;
	cursor:pointer;
}
 
a.player { 		
	display:block;
	height:450px;			
}