/* liScroll styles */

/* colori - Blu 6699cc 3366cc - Arancio ff9933 - Verde 063 */
/* carattere menu a dx: Tahoma. Carattere titoli: Edwardian Script ITC */



#news_ticker {
	background: none;
	width: 170px;
	height: 150px;
	margin: 40px auto 0;
	font-style:Thaoma;
	overflow: hidden;
	text-align: center ;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	position: relative;
	-webkit-box-shadow: inset 0px 1px 2px rgba(255,153,51,0.5);
	-moz-box-shadow: inset 0px 1px 2px rgba(255,153,51,0.5);
	box-shadow: inset 0px 1px 2px rgba(255,153,51,0.5);
	
	
} 

#news_ticker  ul {
	float: left;
	color:red;
	list-style-type: none;
	overflow: hidden;
	-webkit-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
	-moz-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
	-ms-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
	animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;

}
ul:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;
}
li {line-height: 26px;
padding: 5 px;}


#news_ticker a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
}
span {
	color:#3366cc;
	background-color:white;
font-family:Edwardian Script ITC;
font-size:30px;
	
}
 


 
