$(function()
			{
				// this initialises the demo scollpanes on the page.
				$('#cb_text_sm').jScrollPane({showArrows:true, scrollbarWidth: 12});
				$('#cb_text_sm').jScrollPane({showArrows:true, scrollbarWidth: 15, arrowSize: 16});
				$('#cb_text_sm').jScrollPane();
+				$('#cb_text_sm').jScrollPane({scrollbarOnLeft:true});
			});
