$(document).ready(function() {
  
  $('.scroll').jScrollPane( { 
     scrollbarWidth: 4,
     dragMaxHeight: 57
   });
  
});
