$(function() {
	$('#featured').cycle({ 
	    timeout:4000,
	    speed:2000
	});
});
