
/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;
	width:224px;
	height:168px;
	border:0px;
}

/* play button on top of splash screenn */
div.playButton {
	background:url('media/flowplayer/examples/img/play.png') no-repeat;
	width:44px;
	height:44px;
	position:relative;
	top:-106px;
	left:0px;
	opacity:0.8;
	margin-bottom:-50px
}

/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;
}