$(function() {
	// this initialises the demo scollpanes on the page.
	$('.scroll_barre').jScrollPane(
		{
		showArrows:true, 
		scrollbarWidth: 30,
		reinitialiseOnImageLoad: true,
		dragMinHeight:256
		}
					);
								   
								   
								   
});


						

