/* dimensios for both splash image and the player wrapper */

a.flowplayer, a.flowplayer img {

	display:block;				
	border:0px;
           width:270px; 
           height:220px; 

}



/* play button on top of splash screenn */

div.playButton {

	background:url(/cronica_chillan_base/img/play.png) no-repeat;

	width:90px;

	height:90px;

	position:relative;

	top:-120px;

	left:120px;	

	opacity:0.9;

	margin-bottom:-50px;

}



/* play button upon mouseover */

div.playButton:hover {

	opacity:1.0;		

}



    
