/*Example CSS for demo ticker*/

#ajaxticker1{
width: 788px;
height: 18px;
padding: 5px;
background-color: #ED5FA1;
}

#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: #ED5FA1;
}

.someclass{ //class to apply to your scroller(s) if desired
}
