$(document).observe('dom:loaded', function() {
	//$$("div.photo a").each(function(el) { new FancyZoom(el); })
	new FancyZoom('karte_link', {directory:'img', width:680, height:700});
});
