$(function() 
{
  $('.scroll').jScrollPane(
  {
    showArrows:true
  }
  );
});

