domReady(function()
{
	var instanceOne = new ImageFlow();
	instanceOne.init({
					ImageFlowID: 'efeito_videos',
					imageFocusM: 1,
					startID: 3,
					imageCursor: 'pointer',
					reflectionGET: '&bgc=F4F4F4&fade_start=07%',
					onClick: function() {
						$.ajax({
							   url: this.getAttribute('longdesc'),
							   success: function(html){
								   $.modal(html,{
										   close: true
									});
							   }
						});
					}
		});
});
