jQuery tabs query

Hi all,

I am using http://docs.jquery.com/UI/Tabs works great, except that I cannot style the tab buttons how I want them. Is it possible to use Tabs without any styling, so that I can fully style using my global stylesheet?

Appreciate any help.

Thanks

The style of the tabs is in the tabs.css file and uses the tabs.png image. you can edit the image or comment out that line.

.tabs-nav a, .tabs-nav a span {
display: block;
padding: 0 10px;
background: url(tab.png) no-repeat;