$(document).ready(function() {
  
  // activate scrolling areas
  $('.scrollableArea').jScrollPane({scrollbarWidth:11});
  
});
