var j = jQuery.noConflict();
(function($) { 
$(function()
{
	j('.scroll-pane').jScrollPane({showArrows:true});
	j('.scroll-pane-small').jScrollPane({showArrows:true});

});
})(jQuery);
