$(document).ready(function() {
	$("#content").jScrollPane({showArrows:true,scrollbarWidth:12,arrowSize:13,scrollbarMargin:20});
})