// jQuery scroller settings
$(function() {
    
    $('#slideshow').cycle({ 
        fx: 'all',
        speed: 750,
        timeout: 2000,
		pause: 1
    });
    
});
