$(function() {
    $(".sliderImages").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 1,
		horizontal: true,
		auto: 4000,
		speed: 400,
		easing: "easeInOutExpo"
		
    });
});
