jQuery(document).ready(function() {

            jQuery(".giftprint_button").fancybox({
        		'width'				: 721,
        		'height'			: 505,
                'autoScale'     	: false,
                'transitionIn'		: 'none',
        		'transitionOut'		: 'none',
        		'type'				: 'iframe',
        		'titleShow'         : false,
        		'overlayColor'      : '#333',
        		'overlayOpacity'    : 0.5
        	});
        });

