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

