$(function()
{
	$('#text').jScrollPane({
		showArrows: true, 
		arrowSize : 14,
		scrollbarWidth : 8, 
		scrollbarMargin : 4
	});
});
