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