#ajaxticker1{
width: 520px;
height: 50px;
border: 1px none #E8D9D9;
padding: 8px;
background-color: #E8D9D9;
}

#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: #E8D9D9;
}

.someclass{ //class to apply to your scroller(s) if desired
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;


}