@charset "utf-8";
/* CSS Document */

/*Example CSS for news*/

#ajaxticker1{
width: 280px;
height: 240px;
background-color: #FFF;
font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
font-size:8px;
}

#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: #FFF;
}

.someclass{ //class to apply to your scroller(s) if desired
}
/* delet this */
#ajaxticker2{
width: 890px;
height: 200px;
padding: 5px;
background-color: #FFF;
font:'Century Gothic','Apple Gothic',AppleGothic,'URW Gothic L','Avant Garde', Futura,sans-serif;
font-variant:normal;font-weight:500;font-size:8px;line-height:1.6em;
color:#000;text-align:left;
}

#ajaxticker2 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: #FFF;
}
/* delet this */