$(function()
{
	$('.content').jScrollPane({
		showArrows:false,
		scrollbarWidth:16,
		scrollbarMargin: 20
	});
});

