This is my first venture into simple browser detection.
I have a little image script that needs different centering code between Firefox and IE.

So this is what I have (it works except as explained below):

Code:
<![if !IE]>
<div id="Carousel" style="position: relative; width: 400px; margin-left: auto; margin-right: auto;">
...
</div>
<![endif]>
...