$(document).ready(function() {
	$(".box").jScrollPane({
    verticalGutter: 30
  });
});
