/* CSS Document */
/*Example CSS for the two demo tickers*/

#domticker{
width: 100%;
height: 250px;

padding: 5px;

}



#domticker a{
font-weight: bold;
}

#domticker2{
width: 350px;
height: 1.2em;
border: 1px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

