/* CSS Document */
#ajaxticker1{
width: 173px;
height: 400px;
border: 1px ridge black;
padding: 5px;
background-color:#FFFFCC;
color:#FFFFFF;
}

#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*/
width: 173px;
height: 200px;
background-color:#FFFFCC;
}

.someclass{ //class to apply to your scroller(s) if desired
}
