jQuery(document).ready(function(){

jQuery('#slideshow').cycle({
speed: 1500,
timeout: 4000
}); 

});