
/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;				
	width:275px;
	height:220px;
	border:0px;	
	padding: 0px;
	border: 1px solid #000;
}

/* play button on top of splash screenn */
div.playButton {
	background:url(../FlowPlayer/img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-55px;
	left:215px;	
	opacity:0.9;
	margin-bottom:-50px;
}

/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;		
}


