/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;
	width:543px;
	height:315px;
	border:1px none #000;
	margin-right:5px;
	border: 1px #000;
}

/* play button on top of splash screenn */
div.playButton {
	background:url(../img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-180px;
	left:0px;
	opacity:0.9;
	margin-bottom:-50px;

}

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

div.video {
	width:450px;
	height:315px;
	float:left;
	border:1px solid gray;
}
