/*Example CSS for demo ticker*/
#ajaxticker1{
width: 950px;
height: 20px;
border: 0px ridge black;
padding: 0px;
text-align: center;
font-size: 85%;
color: white;
background-color: #000000;
}

#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: #000000;
color: white;
font-size: 85%;
background-color: #000000;
}


/***********************************************
* 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.
***********************************************/
