/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;				
	width:448px;
	height:336px;
	border:0px;		
}

/* play button on top of splash screenn */
div.playButton {
	background:url(http://host2.brevistech.com/~californ/_templates/default/css/images/play.png) no-repeat;

	width:50px;
	height:50px;
	position:relative;
	top:-168px;
	left:100x;	
	opacity:0.9;
	margin-bottom:-50px;
}

/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;		
}
