$(document).ready(function() {
	$('.horizontal_scroller').SetScroller({velocity: 80, direction: 'horizontal', startfrom: 'right', loop: 'infinite',
		movetype: 'linear', onmouseover: 'pause', onmouseout: 'play', onstartup: 'play', cursor: 'pointer'});
});

