$(document).ready(function() {
	$('.scroll-pane').jScrollPane({scrollbarWidth: 7, scrollbarMargin: 5, showArrows: true});
});