(function($){
	var initZooming = function() {

		$('a.productImage').zoomimage({
			border: 5,
			centered: true,
			opacity: 0.5,
			hideSource: true
		});
	};

	EYE.register(initZooming, 'init');
})(jQuery)
