window.onload = 
function(){
	$('#rotation').Carousel({
		itemWidth: 204,
		itemHeight: 220,
		itemMinWidth: 75,
		items: 'a',
		reflections: 0,
		rotationSpeed: 1
	});
};
