// JavaScript Document

Cufon.replace('h2');
Cufon.replace('.claim');
Cufon.replace('#navi li ul li a');

$('#slideshow').cycle({  

   fx:      'fade', 
	speed:	4000,  
	timeout: 9000,
	random: 1

 }); 


 $(document).ready(function(){ 
	  	$("ul.sf-menu").superfish({
			delay:       1000,                            // one second delay on mouseout 
			animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
			speed:       'normal',                          // faster animation speed 
			dropShadows:   true,
			autoArrows:    false
	  	});
	  
		$("p.groupfancy a").fancybox({
			'transitionIn'	:	'elastic',
			'transitionOut'	:	'elastic',
			'speedIn'		:	600, 
			'speedOut'		:	200, 
			'overlayShow'	:	true
		});
 }); 
 
