Jquery cycle: problem in IE.

Jquery cycle: problem in IE.

Hi, 
I am having a problem with Jquery cycle in IE.
I was trying everything suggested to solve this but nothing helped.

When using IE the images are all shown together (no cycle) - In Chrome & Firefox it's looks perfect.

When I using IE9 it's the same problem, when changing to compatibility mode it's looks fine - from now if I change back to standard mode it's looks fine.

What is wrong? you can see the page here: http://qa1.2send.co.il

here is my code:

  1. <script src="http://qa1.2send.co.il/Scripts/jquery.cycle.js" type="text/javascript"></script>

  1. $(function () {
  2.         $('#slideshow').cycle({
  3.             fx: 'fade',
  4.             speed: 4000,
  5.             pause: 5000
  6.         });

  7. <div id="slideshow" style="z-index: 0; float: right"> 
  8. <img src="/Images/main_image_1.jpg" /> <img src="/Images/main_image_2.jpg" /> <img src="/Images/main_image_3.jpg" /> 
  9. </div>

Thanks.