$(function()
{
	$('.scroll-pane').jScrollPane({
          scrollbarWidth:8,
          scrollbarMargin:50,
          showArrows:true
        });
        $('.scroll-pane').css('display', 'block');
});

