$(document).ready(function(){
	$('#image').cycle({
		fx: 'scrollLeft',
		timeout:5000
	});
});
