$(document).ready(function() {

	$('#s1').cycle(
		{
			fx: 'fade',
			timeout: 6000,
			speed:  'slow',
			pause: 1
	    }	
	);

});

