		$(document).ready(function(){
			$("#rotator > ul").tabs({fx:{opacity: "toggle"}}).tabs({event: 'mouseover'}).tabs("rotate", 8000, true);
		});
