// init.scrollbar.js
jQuery(document).ready(function() {
	jQuery('.scrollbar').jScrollPane();
});