jQuery(document).ready(function(){
	jQuery(".fancy").fancybox();
	jQuery("#gallery a").fancybox();
	jQuery("#gallery2 a").fancybox();
});
