$(document).ready(function(){
	$('#s1').cycle({ 
	fx:    'fade', 
	speed:  2000,
	timeout:  80 
	});

});

