 $(document).ready(function() { 
		$('#s2').cycle({ 
		    fx:     'fade', 
		    speed:  'fast', 
		    timeout: 0, 
		    next:   '#next', 
		    prev:   '#prev' 
		});
});		
