Galleria is being wonky in IE7

Galleria is being wonky in IE7

Hey all I'm using Galleria for a photo gallery at  http://designprintship.com/dps/marisadesilva/gallery.html

All of my images are showing up full size (as if IE7 isn't recognizing the JS), but the gallery is at the bottom of the stack, working normally. 

Any ideas? Thanks.

Here is my code. 

Header stuff:
  1. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>
    <script src="galleria.js" type="text/javascript"></script>
    <script type="text/javascript">
    Galleria.loadTheme('themes/classic/galleria.classic.js');
    </script>
    <script type="text/javascript">
    $('#gallery').galleria();
    </script>

Followed by the body code:
  1. <div id="gallery">
    <img src="images/marisa1.jpg" alt=""/>
    <img src="images/marisa2.jpg" alt="" />
    <img src="images/marisa3.jpg" alt=""/>
    <img src="images/marisa4.jpg" alt=""/>
    <img src="images/marisa5.jpg" alt=""/>
    </div>