jQuery(function ($) {

    $('ul#items').easyPaginate({
        controls:'pagination',
        step: 1,
        auto: true,
        clickstop: true,
        pause: 8000,
        nextprev: true
    });

});


jQuery(function ($) {

    $('ul#items2').easyPaginate({
        controls: 'pagination2',
        step: 1,
        auto: true,
        clickstop: true,
        pause: 8000
    });

});

jQuery(function ($) {

    $('ul#items3').easyPaginate({
        controls: 'pagination3',
        step: 1,
        auto: true,
        clickstop: true,
        pause: 8000
    });

});

jQuery(function ($) {

    $('ul#items4').easyPaginate({
        controls: 'pagination4',
        step: 1,
        auto: true,
        clickstop: true,
        pause: 8000
    });

}); 
