$(document).ready(function(){
$(function()
{
	$('.scroll-pane').jScrollPane({showArrows:true,  dragMaxHeight: 10, scrollbarMargin: 10});
});
});
