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