$(document).ready(function() {
	
	$("a.iframe").fancybox({
		'hideOnContentClick': false,
		'frameWidth': 210,
		'frameHeight': 500
	});

});

