jQuery.noConflict();
/*
jQuery(document).ready(function($) {
	// attach the scrollbar to the navigation pane
	$('#sidebar_nav').jScrollPane({
		contentWidth: 272,
		verticalGutter: 0,
		autoReinitialise: false
	});
});
*/
