jFancyTile: A jQuery tile shifting image viewer plugin

jFancyTile: A jQuery tile shifting image viewer plugin

im trying to tile shift the images. i tried running this plugin in Dreamweaver i followed the instructions i have included all the scripts typed the function out but for some reason its not working at all.  if anyone can get this plugin working much appreciated, thanks. here's the site i got the plugin from, http://www.marcofolio.net/webdesign,

This is the script in html i have in dreamweaver:

<script type="text/javascript" src="file:///C|/Users/Amir/Desktop/js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="file:///C|/Users/Amir/Desktop/js/jquery.jfancytile.js"></script>
<link rel="stylesheet" type="text/css" href="file:///C|/Users/Amir/Desktop/js/jfancytile.css"/>
<script type="text/javascript" src="file:///C|/Users/Amir/Desktop/js/jquery.easing.1.3.js"></script>

<script>
$(document).ready(function(){

$("#selector").jfancytile();

});
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>


</head>

<body>
 <div id="selector">
   <ul>
    <li><img src="file:///C|/Users/Amir/Desktop/BLEACH___Ichigo__s_bankai_by_UdonCrew.jpg" width="300" height="300" /></li>
     <img src="file:///C|/Users/Amir/Desktop/hollowichigo.jpg" width="300" height="300" /></li>
   <ul>
</div>



</body>


</html>