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

/* dimensions for both splash image and the player wrapper */
a.flowplayer2, a.flowplayer2 img {
	display:block;				
	width:326px;
	height:210px;
	border:0px;		
}
/* play button on top of splash screen 
div.playButton {
	background:url(./play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-46px;
	left:140px;	
	opacity:0.9;
	margin-bottom:-50px;
}

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

