	$(function() {
	   	$('#s1').cycle({ 
			fx:     'fade', 
			speed:   1000, 
			timeout: 3000, 
			next:   '#next',
			prev:   '#prev',
			pause:   1 
		});
	});

