@charset "utf-8";
testo_bianco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#newscontainer{
position: relative;
width: 191px; /*marquee width */
height: 300px; /*marquee height */
overflow: hidden;
/*border: 1px solid orange;*/
margin: 0 0 0 0;
text-decoration:none;
}

#newscontainerIMG 
{
	height:2px;	
	background-image: url("/it/elementi_comuni/dot_news_oriz.gif");
	background-repeat:repeat-x;
}

