	$(document).ready(function(){
		$('a[rel="imagen-zoom"]').fancybox({
		'hideOnContentClick': true,
		'overlayShow': true});
	});
