$(function() {
    $(".carouseldiv").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 4
    });
});
