
/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;				
	width:384px;
	height:244px;
	border:10px;	
	margin-right:20px;
	float:left;	
	
}

/* dimensios for both splash image and the player wrapper */
a.flowplayer1, a.flowplayer img {
	display:block;				
	width:384px;
	height:244px;
	border:0px;	
	margin-right:20px;
	float:left;	
}




/* dimensios for both splash image and the player wrapper */
a.flowplayer2, a.flowplayer img {
	display:block;				
	width:384px;
	height:216px;
	border:0px;	
	margin-right:20px;
	float:left;	
}


/* dimensios for both splash image and the player wrapper */
a.flowplayer3, a.flowplayer img1 {
	display:block;				
	width:288px;
	height:216px;
	border:0px;	
	margin-right:0x;
	float:left;	
}





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







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


