$(document).ready(function(){
					$("#featured > ul").tabs({fx:{opacity: "toggle", duration: 2000}}).tabs("rotate", 10000, true);
				});
