	$(document).ready(function() {
			$("a.iframe").fancybox({
				'overlayOpacity': .9,
				'frameWidth': 770,
				'frameHeight': 600,
			});
		});