#ajaxticker1{
height: 50px;
font-family: arial, verdana, sans-serif;
font-size: 12px;
color:#000000;
border: 1px solid black;
padding:5px;
background-color: #e8e6d5;
}

#ajaxticker1 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: #e8e6d5;
}

#ajaxticker1 a:link {
color:#d4140b;
}

#ajaxticker1 a:visited {
color:#000000;
}

#ajaxticker1 a:hover {
color:#d4140b;
}

.someclass{ //class to apply to your scroller(s) if desired
}
