$(document).ready(function(){
	$("#iframe").fancybox({
		'width'				: 560,
		'height'			: 360,
	  'autoDimensions'  : false,
    'autoScale'     	: false,
    'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'overlayOpacity': '0.6',
		'overlayColor': '#000000'
	});
});
