/* CSS Document */

<style type="text/css">




#ajaxticker1{
width: 230px;
height: 150px;
border: 0px ridge black;
padding: 5px;
background-color: #ffffff;
}

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

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

font: 12px arial, Helvetica, sans-serif;
color: #727272;

}

</style>

<script src="ajaxticker.js" type="text/javascript">

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

</script>
