jQuery.noConflict();

jQuery(document).ready(
	function()
	{
		jQuery('#toggleBox').accordion();
		
		var scrollSettings = {
			showArrows: true,
			maintainPosition: true,
			topCapHeight: 10,
			bottomCapHeight: 10
		};
		jQuery("#content .scrollTogglePane").jScrollPane(scrollSettings);
    }
);
