/*Example CSS for demo ticker*/

#ajaxticker1{
	width: 100%;
	padding: 5px 0 5px 0;
	font-family: verdana;
	font-size: 11px;
	color: #c10101;
	font-weight: bold;
}

#ajaxticker1 a{
	font-family: verdana;
	font-size: 11px;
	color: #5e5e5e;
	text-decoration: none;
}

#ajaxticker1 a:hover{
	font-family: verdana;
	font-size: 11px;
	color: #5e5e5e;
	text-decoration: underline;		
}
	
#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	/*background-color: #539dca;*/
}

.someclass{ //class to apply to your scroller(s) if desired
}


.ticker_news {
	float: left;
	width: 45px;
	height: 23px;
	background-color: #0061c5;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	position: relative;	
}

.ticker_testo {
	float: left;
	width: 570px;
	height: 23px;
	position: relative;
	background-color: #dddddd;
}
