domReady(function()
{
	var instanceOne = new ImageFlow();
	instanceOne.init({
		ImageFlowID: 'CoverFlow',
		aspectRatio: 2.2,
		imageCursor: 'pointer',
		startID: 3,
		imageFocusMax: 3,
		imagesHeight: 1,
		imagesM: 1,
		reflectionGET: '&fade_start=30%&height=200%',
		reflectionP: 0.2,
		percentLandscape: 150,
		xStep: 100,
		slider: false,
		captions: false,
		startAnimation: true,
		slideshow: true,
		slideshowAutoplay: true,
		slideshowSpeed: 5000
	});
});
