/*CSS code for news ticker*/

#ajaxticker1{
	width: 99%;
	height: 40px; 
	background-color: #ffffcc;
	vertical-align: middle;
	padding: 7px;
}

#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: #ffffcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

.someclass{ //class to apply to your scroller(s) if desired
}