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



a.flowplayer_inicio, a.flowplayer_inicio img {
	display:block;				
	width:708px;
	height:300px;
	border:0px;		
}



a.flowplayer_inicio div{
	background:url(../img/iconos/play.png) no-repeat;
	width:50px;
	height:50px;

	position:relative;
	top:-165px;
	left:345px;	

	text-align:center;
	opacity:0.6;

}

/* play button on top of splash screenn */
div.playButton {
	background:url(../img/iconos/play.png) no-repeat;
	width:50px;
	height:50px;

	position:relative;
	top:-225px;
	left:0px;	

	text-align:center;
	opacity:0.6;

}

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

