$(document).ready(function() {	
	$("#intro-cat-slide").carouFredSel({
		circular            : false,
		width               : 925,
		items				: 3,
		prev				: "#prev",
		next				: "#next",
		scroll : {
			items			: 3,
			effect			: "easeOutBounce",
			duration		: 1000,							
			pauseOnHover	: true
		}					
	});
});
