$(document).ready(function(){  
	$("#featured").tabs({
		event: "mouseover",
		fx:{opacity: "toggle", duration:100}}).tabs();  
		$(".ui-tabs-panel img").toggle(  
		function() {  
			$("#featured").tabs();  
		},  
		function() {  
		$("#featured").tabs();  
	});  
})
