// slide itcampus

$(function() {
					setTimeout("loadCarouselLite()", 100);
				});
				
				function loadCarouselLite() {
				
					$("#slide-immagini").jCarouselLite({
						btnNext: ".mouseWheelButtons .next",
                        btnPrev: ".mouseWheelButtons .prev",
						mouseWheel: true,
						visible: 1,
						easing: "easeOutExpo",
						auto: 2500,
						speed: 2000
					});
					
 
					$("#slide-testo").jCarouselLite({
			            btnNext: ".mouseWheelButtons .next",
                        btnPrev: ".mouseWheelButtons .prev",
						mouseWheel: true,
						visible: 1,
						vertical: true,
						scroll: -1,
						easing: "easeOutBounce",
						auto: 2500,
						speed: 2000
					});
					
					
					$("#slide-testo2").jCarouselLite({
			            btnNext: ".mouseWheelButtons .next",
                        btnPrev: ".mouseWheelButtons .prev",
						mouseWheel: true,
						visible: 1,
						vertical: true,
						scroll: -1,
						easing: "easeOutBounce",
						auto: 4500,
						speed: 2000
					});
					
					
 
}
