$(function() {
    $(".carousel").jCarouselLite({
        auto: 10000,
        speed: 1000,
		visible : 1
    });
});

