/*Example CSS for demo ticker*/

#ajaxticker1{
float:left;
}

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

/* End hide from IE5/mac */

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

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