	$(document).ready(function(){
		$("#featured > ul").tabs(
          { fx: [{opacity: 'toggle', duration: 115}] });

	});

