/*Example CSS for demo ticker*/

.avoclass{
float:left;
margin-top:15px;
width: 566px;
height: 12px;
padding: 3px 5px 7px 120px;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background:url(../img/news.gif) no-repeat top left;
}

.avoclass_eng{
float:left;
margin-top:15px;
width: 566px;
height: 12px;
padding: 3px 5px 7px 120px;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background:url(../img/news_eng.gif) no-repeat top left;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html .avoclass {
  padding-bottom:5px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html .avoclass_eng {
  padding-bottom:5px;
}

/* End hide from IE5/mac */

#.avoclass 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;
}

#.avoclass_eng 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;
}

.posit{ //class to apply to your scroller(s) if desired
position:absolute;
top:800px;
}