
#ajaxticker1{
width: auto;
height: auto;
border: 1px solid #ccc;
padding: 10px;
background-color: #efefef;
}

#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: #efefef;
}

.someclass{ //class to apply to your scroller(s) if desired
}

