/*Example CSS for the two demo tickers*/  
#domticker{
font-size: 85%;
width: 800px;
height: 22px;
border: 1px thin orange;
margin:1px 0 0 0;
padding: 6px 0 0px 190px;
background:transparent url("../img/news.jpg") repeat-x top left;
}  
#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: none;
}  
#domticker2{  
width: 800px;  
height: 1.2em;
border: 1px solid black;  
padding: 3px;  
}  
#domticker2 a{  
text-decoration: none;  
}  
.someclass{ //class to apply to your scroller(s) if desired  
}  
