		$(document).ready(function() {
				
			
			$("#iframe").fancybox({
				'width'				: '35%',
				'height'			: '45%',
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
		});
