$(document).ready(function() {

	$('#carousel').Carousel({
		itemWidth: 221,
		itemHeight: 420,
		itemMinWidth: 90,
		items: 'img',
		reflections: 0,
		rotationSpeed: 5
	});

});
