// Initialise scripts
$(document).ready(function() { 
  // Give the elements with the class "scroll-pane" a custom scrollbar
  $('.scroll-pane').jScrollPane({showArrows:false, scrollbarWidth:14, scrollbarMargin:0, dragMinHeight:48, dragMaxHeight:48}); 
});

