$(document).ready(function() {
  $('#slider').nivoSlider({
      effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
      slices:15,
      animSpeed:1000, //Slide transition speed
      pauseTime:6000,
      startSlide:0, //Set starting Slide (0 index)
      directionNav:false, //Next & Prev
      directionNavHide:true //Only show on hover
  });
  
  $( '#tabs' ).tabs();
  
  $('#content').jScrollPane();
  
  $('document').pngFix();  // Stuff to do as soon as the DOM is ready;

});

