/* CSS Document */
#ajaxticker1{
width: 177px;
height: 50px;
border: 1px solid #EEEEEE;
padding: 1px;
background-color: #E9E9E9;
}

#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: #F8F8F8;
}

.someclass{ //class to apply to your scroller(s) if desired
}


