$(document).ready(function(){
	
	//create scroller for each element with "horizontal_scroller" class...
	$('.textscroller').SetScroller({	velocity: 	 45,
											direction: 	 'horizontal',
											startfrom: 	 'right',
											loop:		 'infinite',
											movetype: 	 'linear',
											onmouseover: 'pause',
											onmouseout:  'play',
											onstartup: 	 'play',
											cursor: 	 'pointer'
										});
	
});
