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