@charset "utf-8";
/* CSS Document */

/*Example CSS for the two demo tickers*/

#domticker{
width: 260px;
height: 130px;
padding: 5px;
}
#domticker3{
width: 260px;
height: 130px;
padding: 5px;
}

#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*/
}
#domticker3 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

#domticker a{
}
#domticker3 a{
}

#domticker2{
width: 350px;
border: 1px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

