	$(function() { 
		var div = $('#content');
		div.jScrollPane({animateTo:true, scrollbarWidth: 8, scrollbarMargin: 0});
	});