$(document).ready(function() {

	$("a.iframe").fancybox({
		'height'		:	560
	});
	
	$("a.fancyme").fancybox();
	
});

