$(document).ready(function() {
	$(".portfolio").find('li a').fancybox();
	$(".preview").find('a').fancybox();
});