/***********************************************
* Ajax Ticker script (txt file source)- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/


#ajaxticker{
	padding: 0;
	margin: 0 auto;
	margin-top: -170px;
	height: 20px;
	width: 830px;
	text-align:center;
	font-weight: normal;
}

#ajaxticker 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: ;
}

#ajaxticker a{
	background-color: ;
	color:black;
	text-decoration:underline;
}


#ajaxticker b{
	margin-right:10px;
	font-weight: normal;
	font-size:12px;

}

#ajaxticker i{
	margin-left:10px;
	font-size:11px;
}


.someclass{ //class to apply to your scroller(s) if desired
}

