/*Example CSS for the two demo tickers*/

#domticker{
width: 850px;
height: 1em;
padding: 0px;
background-color: #2e2b2c;
}

#domticker 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: #2e2b2c;
}

#domticker a{
font-weight: bold;
}

.someclass{ //class to apply to your scroller(s) if desired
}