		$(document).ready(function(){  
		$("#featured").tabs({fx:{opacity: "toggle" , duration:"normal" }}).tabs("rotate", 7000, true); 
		$("#featured").hover(  
		function() {  
		$("#featured").tabs("rotate",0,true);  
		},  
		function() {  
		$("#featured").tabs("rotate",7000,true);  
		}  
		);  
		});  
