$(function() {
	$(".scroll-pane").jScrollPane();
});

$(document).ready(function() {
	$(".scroll-pane").jScrollPane();
});
