/* CSS Document */

/*Example CSS for demo ticker*/

#ajaxticker1{
	width: 180px;
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	color:white;
	padding:10px;
}

#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*/
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	color:white;
	width: 180px;
}

.someclass{ //class to apply to your scroller(s) if desired
	font-family:Tahoma, Verdana, Arial;
	font-size:small;
	color:#6E6C61;
}
