$(function(){
    $(".jcarousel").jCarouselLite({
        btnNext: ".newbar .next",
        btnPrev: ".newbar .prev",
        speed: 700,
		visible: 4,
		mouseWheel: true,
        easing: "easeInOutSine" // "backout", "easeinout"
    });	
});

$(function(){
    $(".jcarousel2").jCarouselLite({
        btnNext: ".newbar2 .next2",
        btnPrev: ".newbar2 .prev2",
        speed: 700,
		visible: 4,
		mouseWheel: true,
        easing: "easeInOutSine" // "backout", "easeinout"
    });	
});

$(function(){
    $(".jcarousel3").jCarouselLite({
        btnNext: ".newbar3 .next3",
        btnPrev: ".newbar3 .prev3",
        speed: 700,
		visible: 4,
		mouseWheel: true,
        easing: "easeInOutSine" // "backout", "easeinout"
    });	
});
