// JavaScript Document

$(document).ready(function() {
	$(".fotoleitor a").fancybox({
		'overlayShow':	true
	});
});