FancyZoomBox.directory = '/images/fz'; 
	$(document).observe('dom:loaded', function() {
	new FancyZoom('medium', {width:800, height:600, closeOnClick: true});
  	new FancyZoom('large', {width:800, height:600, closeOnClick: true});
	});

