$(document).ready(
	function (){
		$properties = {
				scrollbarWidth : 20,
				dragMinHeight  : 20
		};
		if (typeof($('.jScrollPaneContainer').jScrollPane) == 'function') {
			$('.jScrollPaneContainer').jScrollPane($properties);
		}
	}
);