(function($){
	var initLayout = function() {
		$('a.bwGal').zoomimage({
			centered: true,
			hideSource: true
		});
	};
	var showTab = function(e) {
	};
	EYE.register(initLayout, 'init');
})(jQuery)
