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