#contenutoVideo {
	display:block;
	overflow: hidden;
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	background-color:#efefef;
	width:600px;
	margin:0 auto;
	padding:10px;
	min-height:375px; 
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:center;
}

#contenutoVideo h1, #contenutoVideo h2 {
	letter-spacing:-1px;
	color:#2D5AC3;
	font-weight:normal;		
	margin-bottom:-10px;
}

#contenutoVideo h1 {
	font-size:22px;
}

#contenutoVideo h2 {
	font-size:18px;
}

#contenutoVideo.less {
	color:#999;
	font-size:12px;
}

#contenutoVideo a {
	color:#295c72;
	display:block;
	overflow:hidden;
	text-align:center;
	margin: 0 auto;
	padding:0;	   		
}
/* Multiple player on the same page */
/* styling of the container. */
#contenutoVideo a.myPlayer {
	display:block;
	text-align:center;
	width: 600px;
	height: 400px;
	min-height:375px; 
	margin:0 15px 15px 0;
	border:1px solid #999;
}

/* play button */
#contenutoVideo a.myPlayer img {
	margin-top:159px;
	border:0px;
}

/* when container is hovered we alter the border color */
#contenutoVideo a.myPlayer:hover {
	border:1px solid #000;
}

