BODY
{
#ajaxticker1{

position: absolute; 
top: -310px; /*Set top value to HeightOfFrameDiv*/
left: 620px;
right: 0;
bottom: 0;
width: 160px;
overflow: auto; 
background: #fff;
z-index: -2;
padding: 5px;
background-color: #ffffff;
}

#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: #00CCFF;
}

.someclass{ //class to apply to your scroller(s) if desired
}

}