$(function() {
	$('.pics').cycle({ 
		fx:    'fade',
		pause: 1,
		speed:  3000 
	});
});
