/* sfondi e bordi del div scorrevole background-image:url(/pictures/piano.png); --background-repeat:no-repeat--*/
#bg { 
	position:	relative;
	left:		0px; 
	z-index:	777;
	background:url(/pictures/news_img.gif);
  } 
/* posizionamento del div scorrevole text-align: justify;*/
div#wn { 
	position:	absolute;
	width:		100%;
	left:		8px;
	top:		6px;
	z-index:	1;
        text-align:     justify;
	overflow:	hidden;
}

div#cnt {
	position:	absolute;
	width:		100%;
	z-index:	1;
}
/* formattazione del testo che faremo scorrere */
div#cnt div.item { color: #627DA5; }

div#cnt h3 { font-size:12px; margin:0 0 .5em 0; text-decoration:none }  
div#cnt p { font-size:10px; line-height: 15px; margin:.5em 10 0 0 }
div#cnt ul { margin:.5em 0 0 0; padding:0; font-size:11px; }
div#cnt ul li { margin: .5em 0 0 1em; list-style-type:none }