$(document).ready(function () {
    $('#header-right').easySlider({
        auto: true,
        continuous: true,
        controlsFade: true,
        speed: 1000,
        pause: 3000,
        prevId: 'arrow-left',
        nextId: 'arrow-right',
        prevText: '',
        nextText: ''
    });
});
