jQuery(function() {

	jQuery('#featured').cycle({

		fx: 'scrollLeft',

		speed: 800,

		timeout: 7500

	});

});


