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

/* play button on top of splash screenn */
div.playButton {
	background:url(../img/play.png) no-repeat;
	width:80px;
	height:80px;

	top:-200px;
	left:0px;	

	margin-bottom:-50px;
}

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

