$(document).ready(function(){
$('ul.sf-menu').superfish({ 
animation: { height: 'show' },
delay: 200
}); 
});


$(function() {
    $('#gallery a').lightBox();
});
