 $(function() {
 $(".sliderImages").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 1,
        auto: 5000,
        speed: 5000,
		easing: "easeOutCubic"
	
		
    });
	
	$(".sliderTextHolder").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		vertical: true,
		visible: 1, 
        auto: 3000,
        speed: 3000,
		easing: "easeOutCubic"
	 
	
    });



	
	 
});

