Your overflow: visible; style used on many of the parent elements of these images doesn't seem to be doing its job in IE.
In IE developer toolbar, I set the width of:
Code:
.sliderwrapper .contentdiv {
width: 100%;
}
You had 350px. The images showed up. But the top border of the top one wasn't seen and the p elements were no longer formatted as desired (too wide). I gave that image a margin-top: 1px; and its top border showed up. I gave the p elements a width of 350px, that took care of their widths.
Bookmarks