jQuery(function() {
	jQuery('#featured').cycle({
		//fx: 'scrollLeft',
		fx:'fade',
		speed: 700,
		timeout: 5000
	});
});
