$(function() {
	$('#slides').innerfade({ 
		speed: 1000, 
		timeout: 6000, 
		type: 'sequence', 
		containerheight: '200px'
	});
	$("#bio > ul").tabs();
	$("#info-center > ul").tabs();
});