var VancouverLookout = VancouverLookout || {};
VancouverLookout.sb = new GSSI.Scrollbar('content', {endbuttons:true, buttonsize:24, force:true, zIndex:80 } );

/*$(document).ready(function() { 
   $('ul#nav_list').superfish({
		 autoArrows:  false,
		 animation: {height: 'show'},
	}); 
}); 
*/

(function($) {
	$(document).ready(function() {
		// Place document manipulation code here
		
		$('#nav ul').superfish({
			delay: 500, // one second delay on mouseout
			animation: { toggle: 'show' }, // fade-in and slide-down animation
			speed: 'fast', // faster animation speed
			autoArrows: false,
			dropShadows: false
		}); 		
	}); 
})(jQuery);
