// base.js

// Scrollbar
/*
$(document).ready(function() {
	 $('#pane').jScrollPane({showArrows: true});
});
*/
