
$(function(){	

	$('#pics').cycle({
							 
		fx: 'fade',	
		speed: 2600,
		timeout: 4000,
		
	});
		
});
