$(document).ready(function(){	   
	$('#carusel').cycle({
		fx: 'fade',
		timeout:2500,
		speed: 3000,
		random: 0
	});
});
