function dom_init() {
  
  $("a.lightbox").fancybox({
		'width'				: 780,
		'height'			: 480,
        'autoScale'     	: false,
        'transitionIn'		: 'true',
		'transitionOut'		: 'true',
		'type'				: 'iframe'
  });

  $("#close").click(function(){
    $("#error").fadeOut('slow');
  });
}

//'65%',
//'63%',
