/* Listen */
ul#primo_piano {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom: 21px;
}
ul#primo_piano li{ position:relative; }
ul#primo_piano li img{
	border: 1px solid #ccc;
	padding: 1px;
}
ul#primo_piano a  span{
display: none;
}

ul#primo_piano a:hover span{
display: block;
position: absolute;
top: 181px; /* change this to 0 to keep inline with the <a> */
left: 2px; /* pull the box left by its width */

width: 530px;
padding: 5px;
color: white;
background:url(../../img/titoli_primopiano.gif);
background-repeat:no-repeat;
text-align: left;
z-index: 2; 
/*filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;*/
}


.fade{
	margin-bottom: 0px;
}

.fade p{
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	background: #fff;
}


