domReady(function()
{
var basic_2 = new ImageFlow();
basic_2.init({ ImageFlowID: 'basic_2', 
						 reflections: false, 
				   reflectionP: 0.0,
						  percentOther: 60,
						  aspectRatio: 3.0, 
						  circular: true,
					  glideToStartID: false,
					  xStep: 65, 
					  imageFocusMax:7,
					  imageCursor:'pointer'


 });

});
