﻿$(function()
{
	$('#main_content').jScrollPane({
		showArrows: true
	});
});
