﻿$(function() {
	$("#foo1").carouFredSel({
		scroll: 1000
	});

	$("#foo2").carouFredSel({
		scroll	: 1000,
		auto	: false,
		prev 	: {	
			button	: "#foo2_prev",
			key		: "left"
		},
		next 	: { 
			button	: "#foo2_next",
			key		: "right"
		},
		pagination: "#foo2_pag"
	});
	$("#testimonials").carouFredSel({
		direction	: "up",
		items		: 1,
		height		: 250,
		padding		: 'auto',
		auto		: 5000
	});
});
