// JavaScript Document

$(function(){
	$("#horizontal_scroller_auto").simplyScroll({
	autoMode:'loop',
	frameRate:35,
	speed:3
	});
});
