fixed-width ui-tabs alignment

fixed-width ui-tabs alignment


Hi
I'm trying to set up ui-tabs so that the left side of the first tab
lines up directly above the left side of .ui-tabs-panel and final
tab's right side is aligned above the right of .ui-tabs-panel
I have fixed the width of the tabs using the width and min-width
selectors and I have been able to achieve the first tab/left alignment
by changing the .ui-tabs-nav padding to 0 but have had no success with
the tab/right alignment due to the right padding used to separate the
tabs.
I thought I may be able to use a pseudo selector but even if one
exists finding where to place it in ui-tabs is proving tricky (not to
mention that I would prefer a solution that doesn't require me to
amend the standard libraries).
Does anyone have any suggestions?
TIA
Patrick