Cufon.replace('h2, h3, h4, #menu-nav, #menu-subnav, .programme .lightbox, .programme .artiste_name', {
	hover: true
});


jQuery(document).ready(function() {
  // Declare parallax on layers
  jQuery('#slideshow .ngg-widget').parallax({
      mouseport: jQuery("#slideshow"),
      yparallax: false
  });

	jQuery("a.lightbox").fancybox({
		'hideOnContentClick': false,
		'type': 'iframe'
	});
	
	jQuery('a.outside').click(function() {
		window.open(jQuery(this).attr('href'));
		return false
	});
});

