$(document).ready(function() {
	$('#left').jScrollPane({showArrows:true, scrollbarWidth:39, scrollbarMargin:20});
});

