$(function(){
	$('.carousel').cycle({ 
	    timeout:  3000,
		delay: -1000
	});
});