$(document).ready(function() {
	$("a.fancybox").fancybox({
		'hideOnContentClick': false,
		'overlayShow': false,
		'zoomSpeedIn': 600,
		'zoomSpeedOut': 500,
		'centerOnScroll': true
	});
	
	$("a.comentar").fancybox({
		'hideOnContentClick': false,
		'zoomOpacity': true,
		'overlayShow': false,
		'zoomSpeedIn': 0,
		'zoomSpeedOut': 0,
		'frameWidth': 500,
		'frameHeight': 360,
		'centerOnScroll': true
	});
	
	$('a.fancyclose').click(function(){
		parent.top.$('#fancy_close').trigger('click');	
	});
});
