		$(document).ready(function(){ 
			$('#call').cycle({
				fx: 'fade',
    			timeout: 4000,
    			speed: 1000
			});
			$("#contact_form").validate();
			$("a[rel^='prettyPhoto']").prettyPhoto({
				theme: 'light_rounded' /* light_rounded / dark_rounded / light_square / dark_square / facebook */
			});
        	$("#slider").loopedSlider();
        	$('ul.sf-menu').superfish({
        		delay:       500,              	 // delay on mouseout 
            	animation:   {height:'show'},  	// fade-in and slide-down animation 
            	speed:       'normal',         	// faster animation speed 
            	autoArrows:  false,             // disable generation of arrow mark-up 
            	dropShadows: false              // disable drop shadows 
        	});
    	});
    	// Cufon
    	Cufon.replace('.Ave45', { fontFamily: 'Avenir45' , hover: true });
    	Cufon.replace('.Ave85', { fontFamily: 'Avenir85' , hover: true });
    	Cufon.replace('.Avenir', { fontFamily: 'Avenir45' , hover: true });


//Cufon.replace('.slogan ', { fontFamily: 'Ave45B', hover:true });
//Cufon.replace('.slogan strong', { fontFamily: 'Ave45M' });
//Cufon.replace('h2, h3, #SignUpForm strong, .box-menu li', { fontFamily: 'Ave45BC' });
