// Container tabs from http://stilbuero.de/jquery/tabs_3/
$(function() {
	$("#tabs").tabs();
});