	$(function()
	{
		// this initialises the demo scollpanes on the page.
		$('#newsscroller').jScrollPane({showArrows:true, scrollbarWidth: 10});
		$('a[@rel*=lightbox]').lightBox();
	});