﻿$(function() {

	$("#foo2").carouFredSel({
	items: {
		visible: 1,
		minimum: 4
	},
	scroll: {
		items: 1,
		easing: "easeInQuad"
	},
	auto: 4200,
	/*prev: {
		button: "#foo2_prev",
		key: "right"
	},
	next: {
		button: "#foo2_next",
		key: "left"
	},*/
	pagination: "#foo2_pag"
});
});
