/*Example CSS for the two demo tickers*/

#domticker{
width: 239px;
height: 182px;
border: 0px dashed black;
padding: 2px;
background-color: #262626;
}

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

#domticker a{
font-weight: bold;
}

#domticker2{
width: 239px;
height: 1.2em;
border: 0px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}

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