$(function() {
    $(".carousel").jCarouselLite({
    visible: 1,
    start: 0,
    auto: 4000,
    speed: 700
    }); 
});

