$(function() {
	/*
	$("#foo1").carouFredSel({
		scroll: {
			duration: 1000
		}
	});
	*/
	$("#foo2").carouFredSel({
		scroll	: {	duration: 1000 },
		auto	: true,
		prev 	: {	
			button: "#foo2_prev",
			key: "left"
		},
		next 	: { 
			button: "#foo2_next",
			key: "right"
		},
		pagination: "#foo2_pag"
	});
	/*
	$("#testimonials").carouFredSel({
		direction	: "up",
		items		: 1,
		auto		: 5000
	});
	*/
});
