$(document).ready(function() {
	$("#popup_send_friend").fancybox({
		'padding'			: 0,
		'margin'			: 0,
		'width'				: 490,
		'height'			: 340,
		'autoScale'			: false,
		'overlayColor'		: '#000000',
		'overlayOpacity'	: 0.5,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
});
