function dom_init() {

  // See http://fancybox.net/api for all options
  $("a.fancybox").fancybox({
    'speedIn' : 600,
    'speedOut' : 300,
	'titlePosition'  : 'inside',
	'overlayColor'   : '#f0ece6',
	'overlayOpacity' : '0.8'
  });

}
