	$(function()
			{
				// this initialises the demo scollpanes and makes it reinitialise itself once it's images have loaded...
				$('#pane1')
					.jScrollPane(
						{
							showArrows:true, 
							scrollbarWidth:13,
							reinitialiseOnImageLoad: true
						}
					);
			});
