
/*Example CSS for the two demo tickers*/

#domticker{
width: 150px;
height: 60px;
border: 0px solid;
margin-top:5px;
}

#domticker a{
font-weight: bold;
}

#domticker2{
width: 150px;
height: 30px;
border: 0px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}

#domticker3{
width: 150px;
height: 60px;
border: 0px solid;
margin-top:5px;
font-size:12px;
color: #ffffff;
}

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