[jQuery] Cycle.js not behaving... Can't get it to work no matter what

[jQuery] Cycle.js not behaving... Can't get it to work no matter what


Hello
I am trying to get cycle.js to work, and I have no idea why it isn't.
Here is my code:
<script src="scripts/jquery.js" type="text/javascript"></script>
<script src="scripts/cycle.js" type="text/javascript"></script>
<script type='text/javascript'>
$(document).ready(function(){
$('#s1').cycle('fade');
});
</script>
And you can view the test site live here:
http://hbeckett.com/presentation/
A solution would be greatly appreciated. Thanks