$(document).ready(function(){
		$('#featured > ul').tabs({fx:{opacity: 10}}).tabs("rotate", 8000, true);
	});
