//
$(document).ready(function() {
	$('#box').jScrollPane({
		scrollbarWidth:	11,
		scrollbarMargin:	10
	});
});