div#schermo_video
{height:378px; padding-top:19px; text-align:center;background:url(sfondo_video.png) no-repeat center;}

.immagine_iniziale{ margin:auto;display:block;width:601px;height:350px;}

a:active {  outline:none; }
:focus   { -moz-outline-style:none; }

#pl {
	height:80px;
	width:540px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
	margin-left:50px;
}

#pl div.entries {
	height:80px;
	position:absolute;
	width:10000em;
}

#pl div.entries a {
	background:transparent url(entry.png) no-repeat scroll 0%;
	color:#666;
	float:left;
	text-align: left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:60px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:240px;
	
}

#pl div.entries a:hover {
	background-position:-530px 1px;
	color:#000;

}

#pl div.entries a.playing {
	background-position:-794px 0;		
	color:#000;
}

#pl div.entries a.paused {
	background-position:-530px 0;		
	color:#000;
}

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {	
	float:right;
	margin-top:15px;
	color:red;
	font-style:normal;
}

a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(__left.png) no-repeat;
	margin:30px 10px;
	cursor:pointer;
	float:left;
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -18px;		
}

a.nextPage {
	background-image:url(__right.png);	
}

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}