
/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;				
	width:240px;
	height:175px;
	border:0px;	
	
}

/* play button on top of splash screenn */
div.playButton {
	background:url(../../files/images/photo_caleg/play2.png) no-repeat;
	width:240px;
	height:175px;
	position:relative;
	top:-115px;
	left:20px;	
	opacity:0.9;
	margin-bottom:-153px;
}

/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;		
}


