Jquery slider issues

Jquery slider issues

I am trying to install this jquery slider from here:  http://alexdunphy.github.io/refineslide/#installation

I followed the directions and added the markup here in the body:

<div class="grid_12">
<div class="rs-wrap">
<ul class="rs-slider">
<li><img src="img/largebanner.jpg" alt="" /></li>
    <li><img src="img/largebanner2.jpg" alt="" /></li>
    <li><img src="img/flags.jpg" alt="" /></li>
</ul>

<script>
$(function() {
$('.rs-slider').refineslide({
maxWidth: 960  // set to native image width (px)
});
});
</script>
</div>
</div>

all within a container_12 div.  www.sunnysihota.com  Nothing shows up, when i right click it says i can save image as, and it is the 3rd image in my slider but no actual slider/gallery.  Any help with this greatly appreciated.