jQuery(function(){
	jQuery("a.iframe-valor-nutricional").fancybox({
		'overlayOpacity' : '0.9',
		'frameWidth' : 500
	});
});