/* tabs */

$(document).ready(function() {
    $('#container').tabs({fxFade: true});
});
