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