$(function() {
    $('#slideshow1').cycle({  
    timeout:  5000,
	speed: 1500
});
});

$(function() {
    $('#slideshow2').cycle({  
    timeout:  6500,
	speed: 2500
});
});
