	// Activate the tabs and rotation speed. Note that as were using
	// Sifr there seems to be an issue with fading the content between the 
	// tabs which is why were simply stepping through them. 
	$(document).ready(function(){
		$(".home_feature > ul").tabs().tabs("rotate", 12000, true);
	});

