

/*Example CSS for demo ticker*/

#ajaxticker1{
width: 885px;
height: 150px;
background-color:#2D2D2D;
padding: 5px;
margin-bottom:50px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background:url(images/home-bg.jpg) no-repeat center;
	padding:12px;
	color:#FF0000;
	text-decoration:none;
}
a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background:url(images/home-bg.jpg) no-repeat center;
	padding:12px;
	color:#FFFFF0;
	text-decoration:none;
}

#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*/
}

.someclass{ //class to apply to your scroller(s) if desired
}



/***********************************************
* 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.
***********************************************/

