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