#ticker-container {
        position:relative;
        overflow:hidden;
        width: 170px;
        height: 323px;
        background-repeat: repeat;
        border: none ;
        }
	
	#ticker {
		position:relative;
		width:170px;
        height: 323px;
	}
	

.news_title {
	color: #58a618;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}

.news_text {
	color: #8B8B8D;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}


A.news_text:link {
	color: #8B8B8D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	cursor:pointer;
	}

A.news_text:visited {
	color: #8B8B8D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	cursor:pointer;
	}

A.news_text:hover {
	color: #58a618;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	cursor:pointer;
	}

A.news_text:active {
	color: #58a618;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	cursor:pointer;
	}	

	

.news_data {
	color: #58a618;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	
.blocco_news {
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-color: #8B8B8D;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	background-position: center;
}
