jQuery(document).ready(function() {    
    jQuery("a#livrosPop").fancybox({
        'hideOnContentClick'    : false,
	'frameHeight'           : 454,
	'frameWidth'            : 650,
	'overlayOpacity'        : 0.7
    });
});      

