/* Tabbed content */
$(document).ready(function() {
	$(".tabs").tabs();
});
