/* CSS Document *//*Example CSS for the two demo tickers*/

#domticker{
width: 160px;

border: 1px dashed black;
padding: 5px;
background-color: #FFFFCA;
font-family:Arial, Helvetica, verdana, sans-serif;
font-size:12px;
}

#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: #FFFFCA;
}

#domticker a{
font-weight: bold;
}

#domticker2{
width: 100%;
height: 1.2em;
border: 0px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}
#domticker2 a:hover{
text-decoration: underline;
color:#FF0000;
}
.someclass{ //class to apply to your scroller(s) if desired
}

