$(document).ready(function(){
	$('#slideshow').cycle({
        speed:   1200,
        timeout: 4000
    });
});

