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

/* play button on top of splash screenn */
#flash_video_undici div.playButton {
	background:url(/img/play.png) no-repeat;
_background:url(/img/play.gif) no-repeat;
background-position: center center;
	width:360px;
	height:300px;
	position:relative;
	top: -300px;
	left:0px;

	opacity:0.9;
	margin-bottom:-50px;

}

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

