﻿   $(document).ready(function(){ 
        $("ul.sf-menu").superfish({ 
            pathClass:  'current' 
        }); 
        $('#photo-gallery').beforeaftergallery({speed:350, width:590});
    }); 


