		//<![CDATA[
		window.addEvent('domready', function(){
			$$('.c_cont img').each(function(img, i) {
				if (!img.getParent().getParent().hasClass('img'))
				new ReMooz(img, {
					url: img.getParent().href,
					centered: true,
					resizeFactor: 0.9,
					shadow: false,
					resizeOptions: {
						duration: 100
					}
				});
			});
		});
		//]]>