
/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;				
	width:580px;
	height:354px;
	border: 0px solid #ff0060;
}

/* play button on top of splash screen */
div.playButton {
	background:url(http://www.babysittermovies.com/t1/flowplayer/examples/img/play.png) no-repeat;
	width: 195px;
	height: 68px;
	position:relative;
	top:-221px;
	right: 0px;
	opacity:0.8;
    margin-left: auto;
    margin-right: auto;
}

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