$(function() {
    $(".car").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        speed: 900,
       	auto : 15000,
       //circular : true
    });
})

