(function($){
	var initLayout = function() {
		$('a.bwGal').zoomimage({
			border: 1,
			centered: true,
			hideSource: true,
			controls: true,
			caption: false
		});
		$('a.mainFull').zoomimage({
			border: 1,
			centered: true,
			hideSource: true,
			controls: false,
			caption: false
		});
	};
	
	EYE.register(initLayout, 'init');
})(jQuery)