$(document).ready(function() {

  $("#pagescroller").jScrollPane( {showArrows: true,
                                   scrollbarWidth: 10,
                                   arrowSize: 16} );

});