jQuery(document).ready(function($) {
    $(".slideshow").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        scroll: 1,
        visible: 1,
        auto: 8000,
        speed: 500
    });    
});