@charset "utf-8";
/* CSS Document */

/*Example CSS for the two demo tickers*/

#domticker{
width: 200px;
height: 100px;
padding: 0px;
}

#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: 200px;
height: 100px;
padding: 0px;
}

#domticker2 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;*/
}

#domticker2 a{
font-weight: bold;
}

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

