/*Example CSS for the two demo scrollers*/

#news{
width: 350px;
height: 18px;
border: 1px;
padding: 0px;
line-height: 18px;
/* text-align: right; */

}

.innerDiv{
	position:absolute; 
	width:100%;
	top:0px;
	left:0px;
	text-align: right;
}

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