jQuery(document).ready(function() {
  jQuery('#navigation').superfish({
    animation: {opacity: 'show', height: 'show', width: 'show'},
    speed: 'fast',
    autoArrows: false,
    pathLevels: 1
  });
  
  jQuery('.jcarousel-skin-slideshow').jcarousel({scroll: 1});
});