#domticker{
width: 300px;
height: 120px;
border: 1px dashed #E7DAB4;
padding: 5px;
background-color: #F9F8F0;
font-size: 12px;
color: #000000;
}

#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: #F9F8F0;
}

#domticker a{
font: bold 14px
}

#domticker2{
width: 450px;
height: 1.2em;
padding: 3px;
font: bold 12px arial;

}

#domticker2 a{
text-decoration: none;
font: bold 12px arial;
color: #1D5970;
}

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