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

