
/* dimensios for both splash image and the player wrapper */
a.flowplayer{
	display:block;				
	width:320px;
	height:270px;
	border:0px;		
}
a.flowplayer img {
	display:block;				
	width:320px;
	height:240px;
	border:0px;		
}
a.flowplayer-large, a.flowplayer-large img{
	display:block;				
	width:390px;
	height:293px;
	border:0px;		
}
a.flowplayer{
	text-align:left;
}
a.flowplayer-mid, a.flowplayer-mid img{
		
}
/* play button on top of splash screenn */
div.playButton {
	background:url(../img/play.png) no-repeat;
	width:50px;
	height:50px; 
	position:relative;
	top:-140px;
	left:135px;	
	opacity:0.9;
	margin-bottom:-50px;

}
.flowplayer-large div.playButton{
	display:none;
}
/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;		
}







