  $(function() {
    /*need a set of this for each instance of a feature */
    $("#tabs").tabs().addClass('ui-tabs-vertical');
    /*end obviously :) */
  });


