$(document).ready(function() {
		
	$('div#call a').fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut':	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200,
		'width'			:	500,
		'height'			:	460,
		'type'				:	'iframe',
		'autoScale'		:	false
	});

	
})
