$(function() {

	
	$(".portfolio-item a").fancybox();
	
	
	$(".portfolio-item a").fancybox({
		'speedIn'		:	600, 
		'speedOut'		:	200, 
	});
	
});

