jQuery.noConflict();

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

