#ajaxticker1{
width: 230px;
height: 90px;
border: 1px ridge white;
padding: 5px;
background-color: #d9e1e3;
}

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

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

