
$(function() {
    $(".images").jCarouselLite({
    auto: 4000,
    speed: 3000,
	start:0,
	visible:1,
	scroll:1,
	easing: "easeInOutExpo",
	btnNext: "#next",
    btnPrev: "#prev"
    });
});

$(function() {
    $(".text").jCarouselLite({
    auto: 4000,
    speed: 3000,
	start:0,
	visible:1,
	easing: "easeInOutExpo",
	scroll:2,
	btnNext: "#next",
    btnPrev: "#prev"
    });
});

