// JavaScript Document
$(function() {    
    $('#slideshow1').cycle({
    	timeout:4000,
        delay: 2000,
        speed: 1000
    });
});