$(document).ready(function() {
	
	$('a.portfolio').fancybox({
		'frameWidth': 650, 
		'zoomSpeedOut': 300, 
		'frameHeight': 450
	});
	
});