$(document).ready(function() {
	// Using custom configuration
	$("#car-noticia").carouFredSel({
		circular			: true,
		items				: 3,
		direction			: "up",
		scroll : {
			items			: 1,
			easing			: "easeInOutBack",
			duration		: 800,							
			pauseOnHover	: true
		}					
	});	
	
	// Using custom configuration
	$("#car-noticia-2").carouFredSel({
		circular			: true,
		items				: 5,
		direction			: "up",
		scroll : {
			items			: 1,
			easing			: "easeInOutBack",
			duration		: 800,							
			pauseOnHover	: true
		}					
	});	
	
	// Using default configuration
	$("#foo").carouFredSel({
		items : 2,
		auto: true,
		prev : "#foo1_prev",
   		next : "#foo1_next",
		scroll : {
			duration		: 900,							
			pauseOnHover	: true
		}	
					   
	});
});
