(function($){
	var initLayout = function() {
		$('a.bwGal').zoomimage({
			controlsTrigger: 'mouseover',
			opacity: .6,
			border: 10,
			centered: true,
			hideSource: true
		});
	};
	EYE.register(initLayout, 'init');
})(jQuery)

