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