/*Example CSS for demo ticker*/

#ajaxticker1{
width: 482px;
height: 25px;
border: 0px ridge black;
padding: 0px;
background-color: #c6bdb0;
}

#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: #c6bdb0;
}

.someclass{ //class to apply to your scroller(s) if desired
}
