﻿$(document).ready(function() {	
	$('#sidebar-tabs > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});