<!-- Scroll Text -->
$(document).ready(function() {
	$('.horizontal_scroller').SetScroller({
		velocity: 	 60,
		direction: 	 'horizontal',
		startfrom: 	 'right',
		loop:		 'infinite',
		movetype: 	 'linear',
		onmouseover: 'pause',
		onmouseout:  'play',
		onstartup: 	 'play'
	});
});
