if ( 'undefined' !== typeof jQuery ) {
jQuery(function(j) {
	j('.scroll-pane').jScrollPane({
		showArrows: true,
		scrollbarWidth: 10
	});
});
}
