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