
#ajaxticker1
{
	position: relative;
	width: 174px;
	height: 100px;
/*	border: 3px ridge yellow;*/
	padding: 5px;
	background-color: white;
	z-index: 23;
}
/*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
#ajaxticker1 div
{ 
	background-color: white;
}
.someclass
{
	//class to apply to your scroller(s) if desired
}
