$(document).ready(function() { 
	$('#js-box').cycle({ 
		fx:     'scrollLeft', 
		speed:  1000, 
		next:   '#js-box', 
		timeout: 0 
	});
});