

		jQuery(function(){
			// main navigation init
			jQuery('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 
				autoArrows:  true,        // generation of arrow mark-up (for submenu) 
				dropShadows: false    // drop shadows (for submenu)
			});
			
			// prettyphoto init
			jQuery("#gallery .portfolio a[rel^='prettyPhoto']").prettyPhoto({
				animationSpeed:'slow',
				theme:'facebook',
				slideshow:false,
				autoplay_slideshow: false,
				show_title: true,
				overlay_gallery: false
			});
			
		});
  
  
  
		jQuery(window).load(function() {
			// nivoslider init
			jQuery('#slider').nivoSlider({
				effect: 'sliceDown',
				animSpeed:500,
				pauseTime:5000,
				startSlide:0,
				slices:15,
				directionNav:true,
				directionNavHide:false,
				controlNav:false,
				controlNavThumbs:false,
				keyboardNav:true,
				pauseOnHover:true,
				captionOpacity:0.8			});
		});
	
