	document.getElementsByClassName('modal').each(function(link){
		new Control.Modal(link,{
		   position: 'relative',
		   width: 396
	   });
	});
