$(document).ready(function() {

    $("#homeProductRotator").easySlider({
        prevId: 'sliderPrevBtn',
        nextId: 'sliderNextBtn',
        prevText: '<img src="/cta-arrow-left.gif" width="30" height="20" alt="&lt;" />',
        nextText: '<img src="/cta-arrow-right.gif" width="30" height="20" alt="&gt;" />',
        continuous: true,
        controlsShow: true,
        auto: true,
        pause: 5000
    });


});
