[jQuery] JQuery and Internet Explorer = trouble

[jQuery] JQuery and Internet Explorer = trouble


Hello,
ive been trying to set up some effects with jquery, but unfortunately
it only woks in FF, not in IE (6 or 7).
I just cant see what im doing wrong, since the elements are NOT
generated dinamically. What happens is IE just ignores the events...
On the main page, i have a few menus, which depends on Ajax. When the
user chooses any option, the element below will get populated by ajax.
But it doesnt work in IE.
http://www.carango.com.br/preview/index.php
Ironically... THIS works both in IE and FF... the only difference is
the 'alert("foo");' before i call the Ajax;
Also, on this page, when the user clicks on a thumbnail, the big img
should load on the left... but in IE it just opens in a new window...
(which seems to be random, i dont know the reason).
http://www.carango.com.br/preview/ver_detalhes.php?cod=317
OBS.: These thumbnails are __NOT__ generated dinamically by php...
They always exist in the page, only their src's get changed by php,
when the page loads.
Any help would be very much appreciated :D
Thanks!