$(document).ready(function() {
  $("#slider").easySlider({
    prevId: 'prevLink',
    prevText: '<img src="/rotator-previous.gif" width="75" height="43" alt="Previous" />',
    nextId: 'nextLink',
    nextText: '<img src="/rotator-next.gif" width="75" height="43" alt="Next" />',
    continuous: true,
    controlsShow: true,
    speed: 200,
    auto: false,
    numeric: false
  });
});