$(function() {
$(".carousel").jCarouselLite({
    btnNext:".next",
    btnPrev:".prev",
    visible: 3,
    auto: 2000,
    scroll: 3,
    speed: 1
});
 });

