$(function()
{
    $("#content").jScrollPane({
	scrollbarMargin: 20,
	showArrows:true
    });
});
