// slide 

jQuery(function() {
					setTimeout("loadCarouselLite()", 100);
				});
				
				function loadCarouselLite() {
				

					jQuery("#slide-prodotti").jCarouselLite({
			            btnNext: ".next",
                        btnPrev: ".prev",
						mouseWheel: true,
						easing: null,
						visible: 3,
						speed: 800,
						auto:4000
					});
					
 
				
 
}
