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



/* play button on top of splash screenn */
div.playButton {
	background:url(/data/image/play.png) no-repeat;
	width:80px;
	height:80px;
	position:relative;
	top:-150px;
	left:145px;	
	opacity:0.9;	
}

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

