  		var cf = new ContentFlow('contentFlow',{

		reflectionColor: "#000000",

		circularFlow: true,

		startItem: 'center',

		space: 0.4,

		maxItemHeight : 215,

		//showCaption: false, remove this line

		flowSpeedFactor: 0.7,

		scrollWheelSpeed: 0.70,

		flowDragFriction: 0.80,

		reflectionHeight: 0.4,

	    onclickPreButton:function(){this.moveTo("pre")},

		onclickNextButton:function(){this.moveTo("next")}  

		});
		


