//Initialise mouseZoom on elements with the rel attribute containing the string 'mousezoom'.
(function($){
	var o = (ekm && ekm.mousezoomOptions) ? ekm.mousezoomOptions : {};
	$(function(){
		$('*[rel*="mousezoom"]').mouseZoom(o);
	});
})(ekm.$);
