
/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;				
	width:320px;
	height:240px;
	border:1px solid #000000;		
}

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

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


