$(document).ready(function(){  
	$("#slider").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 8000, true);  
	$("#slider").hover(  
		function() {  
		$("#slider").tabs("rotate",0,true);  
		},  
		function() {  
		$("#slider").tabs("rotate",8000,true);  
		}  
	);  
});  
