$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade',
		speed:  300,
		next:   '#s1',
		timeout: 3000,
		pause: 1
	});
});

