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

.video_wrapper{
	position: relative;
}

/* 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:absolute;
	top: 0;
	left:0px;
	opacity:0.9;

}

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


