$(document).ready(function() {

	$('.scroll-pane').jScrollPane({showArrows:true, arrowSize: 3});

});