$(window).load(function() {
	$('#slideshow1').cycle({ 
		fx:      'fade', 
		speed:    1400, 
		timeout:  6400
	});
});
