$(document).ready(function() {

	/* set iframe setting */
	
	$("a.iframe").fancybox({
		'height'	:	300,
		'width'		:	500
	});
	
});
