$(document).ready(function() {
	$('#slider').cycle({
		fx: 'scrollLeft',
		speed: 400
	});
});
