jQuery(document).ready(function($)
{
	$('.scrollBox').jScrollPane(
	{
		scrollbarWidth: 12,
		showArrows: true
	});
});