(function($){
	var initLayout = function() {
		var hash = window.location.hash.replace('#', '');
		

		$('a.bwGal').zoomimage({
			border: 2,
			centered: true,
			hideSource: true
		});
		
	};
	

	
	EYE.register(initLayout, 'init');
})(jQuery)
