$(function() {
    $('#slideshow1').cycle({
        timeout: 5000,
		speed: 1050});
	
    $('#slideshow2').cycle({
        timeout: 5050,
		speed: 1100});
    
    $('#slideshow3').cycle({
        timeout: 5100,
		speed: 1150});
    
});
