$(document).ready(function()
	{
		 $(function()
			{
				$('#scrollbar').jScrollPane({showArrows:true});
			});
	}
);
