jQuery(function() {
	jQuery('#featured').cycle({
		fx: 'scrollLeft',
		speed: 800,
		timeout: 9000
	});
});

