$(function() {
$(".main .jCarouselLite").jCarouselLite({
    btnNext: ".main .next",
    btnPrev: ".main .prev",
      auto: 1000,
      speed: 1000,
      visible: 5,
        scroll: 1

});
});


