$(function() {
    $(".anyClass").jCarouselLite({
        speed: 1000,						 
        auto: 4000,
		visible: 1       
    });
	
	 $(".disfraces-halloween").jCarouselLite({
        speed: 1000,						 
        auto: 4000,
		visible: 4,
		scroll: 4
    });
});

