$(document).ready(function(){ 	
	$("#about").jScrollPane({scrollbarWidth:18, showArrows:true});
});

