// JavaScript Document
$(document).ready(function(){
		// lightbox
		$("a.fotoVary").fancybox({ 
		'overlayShow'	:	true
	});
});
