$(document).ready(function(){ 
    $("#slider").easySlider({
        nextText: '<img src="/images/app/right-arrow.png"/>',
        prevText: '<img src="/images/app/left-arrow.png"/>',
        orientation: 'vertical',
        continuous:  true,
        speed: 1800,
        auto: true,
        pause: 5400
    });
});
