			$(function()
			{
				// this initialises the demo scollpanes on the page.
				$('#scrollPane').jScrollPane(
					{
						//showArrows: true,
						topCapHeight: 0,
						bottomCapHeight: 0	
					}
				);
			});
