var myNewFlow = new ContentFlow('tp_coverflow', {
	useAddOns:			'slideshow',
	startItem:			'first',
	flowSpeedFactor:	0.5,
	scrollWheelSpeed:	0, //Disable scroll wheel
	reflectionHeight:	0.2
});
myNewFlow.setAddOnConf('slideshow', {
		startOnLoad : true,
        showControlls : true,
        duration : 3000
});

