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.
$(document).ready(function() {
$('.slideshow_estrategia').cycle({
fx: 'fade',
timeout: 100,
speed: 600,
autostop: x=4,
});
});