$(document).ready(function()
{
	$('.scrollBox').jScrollPane(
	{
		scrollbarWidth: 7
	});
});