$(document).ready(function(){

$(".mouseWheel .jCarouselLite").jCarouselLite({
mouseWheel: true,
    btnNext: ".next",
    btnPrev: ".prew",
	circular: false,
    visible: 1,
	auto: 2000,
    speed: 1000

});

});
