/**
 * @author dio5
 */
jQuery(function($) 
{
	$('a[rel*=magnify]').magnify({lensWidth:200, lensHeight:200, link:true, delay:500});
});