$(function()
{
	$('.scroll-pane').jScrollPane({
	    showArrows:true,
		scrollbarWidth:13,
		verticalDragMaxHeight:55
	});
});

