$(function(){
    $(".jcarousel").jCarouselLite({
        btnNext: ".newbar .next",
        btnPrev: ".newbar .prev",
        speed: 800,
		visible: 2,
		mouseWheel: true,
        easing: "easeinout" // "backout", "easeinout"
    });
});

