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

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

.mtbhw a.flowplayer, .mtbhw a.flowplayer img {
	display:block;				
	width:320px;
	height:240px;
	border:0px;	
}
.myplayer div{
	width:320px;
}
.mtbhw div{
	width:320px;
	height:240px;
}
.mtbhw div.playButton {
	left:135px;	
	top:-135px
}
