// slide itcampus

$(function() {
					setTimeout("loadCarouselLite()", 100);
				});
				
				function loadCarouselLite() {
				
					$("#slide-immagini").jCarouselLite({
						btnNext: ".mouseWheelButtons .next",
                        btnPrev: ".mouseWheelButtons .prev",
						mouseWheel: true,
						visible: 1,
						auto: 7000,
						speed: 1500
					});
					
 
					$("#slide-testo").jCarouselLite({
			            btnNext: ".mouseWheelButtons .next",
                        btnPrev: ".mouseWheelButtons .prev",
						mouseWheel: true,
						visible: 1,
						vertical: true,
						easing: "easeOutBounce",
						auto: 7000,
						speed: 1500,
					});
					
					$("#slide-clienti").jCarouselLite({
			            btnNext: ".nextclienti",
                        btnPrev: ".prevclienti",
						mouseWheel: true,
						easing: "easeOutBounce",
						visible: 7,
						speed: 800
					});
					
					$("#slide-commenti").jCarouselLite({
			            btnNext: ".nextcommenti",
                        btnPrev: ".prevcommenti",
						mouseWheel: true,
						easing: "easeOutBounce",
						visible: 1,
						auto: 7000,
						speed: 800
					});
 
 					$("#elenco-banner").jCarouselLite({
			            btnNext: ".nextbanner",
                        btnPrev: ".prevbanner",
						mouseWheel: true,
						easing: "easeOutBounce",
						visible: 7,
						auto: 2000,
						speed: 800
					});
}
