$(document).ready(function() {
	$("#assortiment-overzicht").carouFredSel({
		circular: true,
		infinite: false,
		direction: "up",
		width: 200,
		height: 420,
		items: {
			visible: 3,
			width: 200,
			height: 141
		},
		scroll: {
			items: 3,
			duration: 600
		},
		auto: false,
		prev: {
			button: "#previous",
			key: 80
		},
		next: {
			button: "#next",
			key: 78
		}
	});
});
