function generateCarousel() {
	$('#carousel').Carousel({
		itemWidth		:	145,
		itemHeight		:	150,
		itemMinWidth	:	50,
		items			:	'a',
		reflections		:	.4,
		rotationSpeed	:	3.5,
		slowOnHover		:	1,
		slowOnOut		:	1
	});
}