UI Tabs

UI Tabs

I been trying to show several images inside a tab, nothing fancy, just an HTML plain:

  1. <img src="./path/to/image_1"  />
  2. <img src="./path/to/image_2"  />
  3. <img src="./path/to/image_3"  />
  4. <img src="./path/to/image_4"  />

On the file wich I call on the tab's <a>
Notice that the rest of the tabs load content beatifully

But inside the tab only the first image is shown, the rest are, but hidden, I see them with the Firebug ...

Any ideas why is that ??

Thanks in advance