$(function(){
	// Offices
	$('.offices .tabs').tabs('.offices .pane', {
		'current': 'active',
		'effect': 'fade',
		'initialIndex' : 0,
		'rotate': true
	}).slideshow({
		'interval': 8000,
		'autoplay': true
	});

	// Timeline
	$('#timeline .tabs').tabs('#timeline .pane', {
		'current': 'active',
		'initialIndex' : 8,
		'event': 'mouseover',
		'tabs': 'li'
	});

	$('#timeline .panes').corner("15px keep");
	Cufon.replace($('.offices .tab h3, #timeline h3'));

});
