$(document).ready(function() {
    
    //Banner images gallery
    $('#photos').cycle({
        fx: 'fade',
        timeout: 5000
    });
    
	//The function of the special font
	$("ul.sf-menu").superfish({
	    animation: { height: 'show' },   // slide-down effect without fade-in 
	    delay: 5000                    // 1.2 second delay on mouseout 
	});
});
