/**
 * Init jQeury scroll bars
 */

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