$(document).ready(function(){
	$("#contact_us").fancybox({
		'width'				: 600,
		'height'			: 500,
		'autoScale'     	: false,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe',
		'scrolling'			: 'no',
		'showCloseButton'	: true
	});
});


