
/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;				
	width:362px;
	height:200px;
	border:0px;		
}

/* play button on top of splash screenn */
div.playButton {
	background:url(../images/play2.png) no-repeat;
	width:96px;
	height:96px;
	position:relative;
	top:-171px;
	left:-120px;	
	-moz-opacity:0.5;
	/*filter:alpha(opacity=20);*/
	opacity:0.5;
	margin-bottom:0px;
	cursor: pointer;
	margin-bottom:0px;
}

/* play button upon mouseover */
div.playButton:hover {
	-moz-opacity:0.7;
	/*filter:alpha(opacity=40);*/
	opacity:0.7;	
	cursor: pointer;		
}

