$(function() {
    $("#carousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
				speed: 100,
				visible: 8,
				easing: "easeOutSine",
				scroll: 1
    });
});




