// JavaScript Document
$(function() {
	$('.scroll-pane').jScrollPane({scrollbarWidth: 6, scrollbarMargin: 4});
});