$(document).ready(function() {

	$("div.imgproduto a").fancybox({
		'hideOnContentClick': true,
		'zoomSpeedIn': 300,
		'zoomSpeedOut': 300
		});

	$("a.3dzoom").fancybox({
		'frameWidth': 700,
		'frameHeight': 700
		});
	$("a.politica").fancybox({
			 	'hideOnContentClick': true,
				'frameWidth': 300,
				'frameHeight': 300
		});
});

