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