(function($){
	var initLayout = function() {
		var hash = window.location.hash.replace('#', '');
		$('a.lightsGal').zoomimage();
		$('a.bwGal').zoomimage({
			border: 20,
			centered: true,
			hideSource: true
		});
	
	};
	

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