$(function(){
    $('#slide').jCarouselLite({
        visible: 1,
        auto: 4000,
        speed: 500,
        easing: "easeinout"
    });
});

