jQuery(function(){
	jQuery('#s1').cycle({
		timeout: 0, 
		speed: 300,
		fx: 'fade'
	});
});
