help with query cycle

help with query cycle

I´m trying to start the slider after a few second paused and i can´t.

the slider run from first to last well and then i need pause the slider for a moment and start after 5-6 second
with the first slide.

This is the code which makes the slide show and stopped at slide 4 

$(document).ready(function() {
    $('.slideshow_estrategia').cycle({
fx: 'fade',
timeout: 100,
   speed: 600, 
autostop: x=4,
});
});

Thanks