﻿$(function() {
//	$("#foo1").carouFredSel({
//		scroll: {
//			duration: 1000
//		}
//	});
	$("#foo2").carouFredSel({
		scroll	: {	duration: 8000 },
		width	: 5000,
		auto	: true,
		prev 	: {	
			button: "#foo2_prev",
			key: "left"
		},
		next 	: { 
			button: "#foo2_next",
			key: "right"
		},
		pagination: "#foo2_pag"
	});
});
