$(function() {
    $(".auto .jCarouselLite").jCarouselLite({
    auto: 7000,
    speed: 1000,
	//easing: "easeInOutCubic"
	easing: "easeInOutSine",
	visible:1
	
	});
    
});

