
$(document).ready(function(){
	$(function()
	{
		$('#content').jScrollPane({scrollbarWidth:scrollbar_width});
	});
});
