domReady(function()
{
	var instanceOne = new ImageFlow();
	instanceOne.init({ ImageFlowID: 'carouselcenter',
				   	   reflections: false, 
                   	   reflectionP: 0.0,
				   	   aspectRatio: 3.0, 
                       imagesM: 0.8, 
                       xStep: 50, 
                       percentLandscape: 50, 
                       percentOther: 35, 
                       imageFocusMax: 3,
					   startID: 3,
					   sliderCursor: "pointer",
					   buttons: true,
					   onClick: function() {this.url = this.url.replace(".jpg","");
											this.url = this.url.replace("/fileadmin/templates/img/referenzen/referenz_","");
	
											window.location.replace("/referenzen/"+this.url+".html");} });
});
