//http://alligatorsneeze.com/jquery-tabs-creating-continue-and-previous-buttons

$(function() {
	$('#tabContainer').tabs();			
});

