$(document).ready( function(){
  /*
  $('.scroll-pane').jScrollPane(
    {
      showArrows: true
    }
  );
  */
  //$('#column1').jScrollPane({showArrows:true, scrollbarWidth: 5, arrowSize: 5});

});

