domReady(function() {
			var instanceOne = new ImageFlow();
			instanceOne.init({
				ImageFlowID:'slider',
				reflections: false, 
				reflectionP: 0, 
				slider: false,
				captions: false,
				buttons: true,
				percentLandscape: 140,
				xStep: 160,
				startID: 4,
				animationSpeed:70,
				slideshowSpeed:2000,
				imageFocusMax: 2
			});
		});


