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

$(window).resize(function() {
	$('.scroll-pane').jScrollPane();
});
