(function($) {
	$(function() {
		var instanceOne = new ImageFlow();
		instanceOne.init({ ImageFlowID: 'flow',
							animationSpeed: 25,
							xStep: 100,
							reflections:false,
							slideshow: true,
							circular: true,
							imageFocusMax: 4,
							imageFocusM: 1.5,
							slider: false,
							slideshowSpeed: 5000,
							imageCursor: 'pointer',
	                        slideshowAutoplay: true });
	});
})(jQuery);
