$(document).ready(function() {
    $('#slideshow').after('<ul id="slideshow_nav">').cycle({ 
        speed:  'slow', 
        timeout: 8000 ,
        pager:  '#slideshow_nav',
        pauseOnPagerHover: 1,
        autostopCount: 10,
        autostop:      1
    });
});