#ajaxticker1{
width: 272px;
margin: 15px 0px 6px;
border: 1px solid #D8D8D8;
padding: 4px;
background-color: #F0F0F0;
-moz-opacity: 0.9; /*Specify fade effect in Firefox. Remove if desired.*/
}

#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: #F0F0F0;
}

.red{ //class to apply to your scroller(s) if desired
	color:#A90006;
}