
/* CUSTOM SITE JS */
/* ----------------------------------------- */

    $(document).ready(function(){ 
  
      
        $('ul.sf-menu').superfish({ 
            pathClass: 'current_page_ancestor'
        }); 
        
      $('.ngg-gallery-thumbnail a').each(function() {
      	$(this).replaceWith('<div>'+$(this).html()+'</div>');
      });
   
   
   	
    $('a.sf-with-ul,.region-wrapper>ul>li>a').attr('href','#');
      
      
    }); 