@charset "utf-8";
/* CSS Document */

/*Example CSS for news*/

#ajaxticker1{
max-width: 380px;
height: 150px;
}

#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{
max-width: 380px;
height: 150px;
}

#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 */