function dom_init() {

  /* See http://fancybox.net/api for all options */
  $("a.fancybox").fancybox({
    'speedIn' : 600,
    'speedOut' : 300
  });
  
  $('#moving-clouds').pan({fps: 40, speed: 0.5, dir: 'left', depth: 30});
  $('#big-cloud').pan({fps: 40, speed: 0.3, dir: 'left', depth: 10});
  
}
