// JavaScript Document

$(function()
{
	$('#Scroll #InnerScroll').jScrollPane({
		showArrows:true,
		scrollbarWidth:10,
		showArrows:true
	});
});
