$(document).ready(function(){

$("a.iframe").fancybox({
		'frameWidth'			: 700,
		'frameHeight'			: 500
	});	

});