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