$(function() {
    $("#jc").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		auto: 1500,
		speed: 1000,
		scroll: 1,
		visible:5
    });
});


$(function() {
    $("#jc2").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		auto: 1500,
		speed: 1000,
		scroll: 1,
		visible:1
    });
});
