/*Example CSS for demo ticker*/

#ajaxticker1{
width: 390px;
height: 100px;
border: 0px ridge black;
padding: 0px;
}

#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*/
}

.boldtext { 
/*some style that affects the ticker*/
   }