﻿$(function() {
$('#tab > ul').tabs({ fx: { opacity: 'toggle' } });
});

