jQuery(function() {

jQuery("#slider").easySlider({
				auto: true, 
				continuous: true,
				controlsShow: false,
				speed: 1500,
				pause:	2000

			});

	jQuery('#mycarousel').jcarousel({
        scroll: 1,
	auto: 2,
	visible: 4,
	wrap: 'circular'
    });
    
    jQuery('#cat_description').textExcerpt(
    {
       
    excerptLength: 360,
    fudge: 100,
    revealLabel: "leggi tutto",
    hideLabel: "chiudi"	
    }
    );
        

});

