// JavaScript Document
$(function()
			{
				$('.scroll-pane').jScrollPane({showArrows:true, scrollbarWidth: 20});
				}
				);

