// JavaScript Document
jQuery (document).ready(function(){
jQuery("a.iframe").fancybox({
	
	height: 500
});
		 
	});
