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

a.flowplayer2, a.flowplayer2 img {
	display:block;				
	width:400px;
	height:328px;
	border:0px;		
}





a.flowplayer320x180, a.flowplayer3 img {
	display:block;				
	width:320px;
	height:208px;
	border:0px;		
}

a.flowplayer320x240, a.flowplayer4 img {
	display:block;				
	width:320px;
	height:268px;
	border:0px;		
}

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

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

#page {
	width:400px;
	background-color:#fff;
}

.less {
	color:#fff;
	font-size:12px;
}

