$(document).ready(function() {
	$("#video_carousel").carouFredSel({
		items			: 4,
		circular	: true,
		infinite	: true,
		auto 		: false,
		prev : {
			button		: "#video_carousel_prev",
			key			: "left",
			items		: 4,
		//	easing		: "easeInOutCubic",
			duration	: 600
		},
		next : {
			button		: "#video_carousel_next",
			key			: "right",
			items		: 4,
			//easing		: "easeInQuart",
			duration	: 600
		},
		pagination : {
			container	: "#video_carousel_pag",
			keys		: true,
		//	easing		: "easeOutBounce",
			duration	: 600
		}
	});

});

