$(function() {
		$('#slideshow').cycle({ 
			fx:    'fade', 
			delay: 2000,
			timeout: 4000
		});
	});
