#domticker{
width: 200px;
height: 100px;
border: 1px dashed black;
padding: 5px;
background-color: #FFFFCA;
}

#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{
font-size:12px;
width: 310px;
height: 1.2em;
border: 1px none;
padding: 10px 3px 3px 3px;
}

#domticker2 a{
text-decoration: none;
color:#009;

}

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