$(document).ready(function(){ 
	$("a.iframe").fancybox({
		'frameWidth': 440,
		'frameHeight': 380
	});
});