
/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;				
	width:290px;
	height:193px;
	border:0px;		
}

/* play button on top of splash screenn */
div.playButton {
	background:url(play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-113px;
	left:10px;	
	opacity:0.4;
	
}

/* play button upon mouseover */
div.playButton:hover {
	opacity:2.0;	

}


