	domReady(function()	{
		var instanceOne = new ImageFlow();
		instanceOne.init({ 
			ImageFlowID:'myImageFlow',
			onClick: function() {window.open(this.url, '_blank');},
			/*reflectionGET: '&bgc=ffffff&fade_start=20&height=20%',	
			reflectionP: 0.2, */

			reflections: false,
            reflectionP: 0.0,

			
			circular: true,
			buttons: false,
			slider: false,
			slideshow: true,
            slideshowAutoplay: true,
			slideshowSpeed: 3000,
			aspectRatio: 3.3
		});
	});
			
		
