<style type="text/css">
/*Example CSS for demo ticker*/
#ajaxticker1{
width: 200px;
height: 90px;
padding: 0px;
font-size:13px;
}
#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*/
}
.someclass{ //class to apply to your scroller(s) if desired
	font-size:13px;
	color:#FFFFFF;
	text-decoration: none;
}
</style>
