$(document).ready(function() { 

$("div.portfolio-image a").fancybox({
	'zoomOpacity' : true,
	'zoomSpeedIn' : 500,
	'zoomSpeedOut' : 500
}); 


}); 