$(function(){ // Document is ready

	// manchete rotativa
	$("#mancheteRotativa").jCarouselNav({
		speed: 500,
		autoPlay: true,
		autoTime: 5000
	});
	$("#mancheteRotativa2").jCarouselNav({
		speed: 500,
		autoPlay: true,
		autoTime: 5000,
		btnGo:false
	});
	$("#mancheteRotativa3").jCarouselNav({
		speed: 500,
		autoPlay: true,
		autoTime: 5000,
		btnGo:false
	});
	$("#mancheteRotativa4").jCarouselNav({
		speed: 500,
		autoPlay: true,
		autoTime: 5000
	});
	$("#mancheteRotativa5").jCarouselNav({
		speed: 500,
		autoPlay: true,
		autoTime: 5000
	});
});

jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel();
	jQuery('#mycarousel2').jcarousel();
	jQuery('#mycarousel3').jcarousel({scroll:1});
	jQuery('#mycarousel4').jcarousel({scroll:1});
});


