$(document).ready(function() {
	$("a.iframe").fancybox({
		'height' : '90%',
		'width'  : 560
	});
});
