$(function()
			{
				$('.scroll-pane').jScrollPane(
					{
						showArrows: true,
						horizontalGutter: 10,
						verticalDragMinHeight: 80,
			                        verticalDragMaxHeight: 80,
					}
				);
			});

