/* fancybox */  
$(document).ready(function() {
	$('div.photo a').fancyZoom({scaleImg: true, closeOnClick: true});
	$('#medium_box_link').fancyZoom({width:400, height:300});
	$('#large_box_link').fancyZoom();
	$('#flash_box_link').fancyZoom();
});

$(function(){
		

		$('#main').animate({opacity: 'toggle', height: 'toggle'},'slow');

      });




