// JavaScript Document

(function($) {
	$(function() {
		$("#scroller").simplyScroll({
			autoMode: 'loop'
		});
	});
})(jQuery);


