	$(function()
	{
		$('.scroll-pane').jScrollPane(
			{
				verticalDragMinHeight: 20,
				verticalDragMaxHeight: 20,
			}
		);
	});

