﻿$(document).ready(function(){
    $("#services div").tabs(
//    {fx:{opacity: 'toggle'}}
    {fx:{opacity: 'toggle'}}
    );
});