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

/* play button on top of splash screenn */
div.playButton {
	background:url('/docroot/omnium/imgs/play.png') no-repeat;
	width:50px;
	height:50px;
	position:relative;
    left:535px;
    top:45px;
	/*left:225px;
	top:-200px;*/
	opacity:0.6;
	margin-bottom:-50px;
}

span.playButton{
    background:url('/docroot/nitdesantallucia/imgs/play.png') no-repeat;
    width:50px;
    height:50px;
    position:relative;    
    left: 120px;
    top: -114px;    
    opacity:0.6;
    margin-bottom:-50px;
    display:block;
}

/* Fitxes d'activitats, notícies... */
#main img.videothumb {
	width:265px;
	height:175px;
}
#main img.videothumb+div.playButton {
	left:110px !important;
	top:-120px !important;
}

/* Hemeroteca */
#main ol img.videothumb {
	width:200px;
	height:132px;
}
#main ol img.videothumb+div.playButton {
	left:75px !important;
	top:-95px !important;
}

/* Relateds */
#relatedInfo img.videothumb {
	width:140px;
	height:92px;
}
#relatedInfo img.videothumb+div.playButton {
	left:45px !important;
	top:-78px !important;
}

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


