@charset "utf-8";
/* CSS Document */
#ajaxticker1{
width: 150px;
height: 230px;
border: 1px ridge #F8FAFB;
padding: 15px;
margin:10px;
background-color: #F8FAFB;
}

#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: #F8FAFB;
}

.someclass{ //class to apply to your scroller(s) if desired
}



