	// cycle through images
	$(document).ready(function()
	{
		$('#s1').cycle({ 
			fx: 'scrollLeft',
			delay:  1000,
			timeout:  3000
		});
	})

