JQuery:
jQuery(function ($) {
$(".jcarousellite-hr").jCarouselLite({
vertical: false,
hoverPause: true,
visible: 4,
auto: 3000,
speed: 1000,
btnNext: ".next",
btnPrev: ".prev"
});
});
HTML:
<a class="prev" href="javascript:void(0);">Prev</a>
<a class="next" href="javascript:void(0);">Next</a>