jQuery(document).ready(function(){
    // list docs
    jQuery("#slider").easySlider({
        auto: false
    });
    // list presentations
    jQuery("#slider2").easySlider({
        auto: false,
        prevId: 'prevBtn-presentation',
        prevText: 'Previous-presentation',
        nextId: 'nextBtn-presentation',
        nextText: 'Next-presentation'
    });
});

