/*Example CSS for demo ticker*/

#ajaxticker1{
padding: 6px;
margin-top: 6px;
margin-bottom: 6px;
text-align: center;
font-size: 14px;
font-weight: bold;
background-color: #FFAEAE;
margin-left:15%;
margin-right:15%;
border:1px solid #C0C0C0;
}

#ajaxticker1 a, #ajaxticker1 a:link, #ajaxticker1 a:visited {
font-size: 14px;
font-weight: bold;
color: #000000;
text-decoration: none;
}

#ajaxticker1 a:hover {
font-size: 14px;
font-weight: bold;
color: #000000;
text-decoration: underline;
}

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

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