Okay, the only problem I see is that the images to show have to be defined in the JavaScript. The plugin doesn't take the list of images from the HTML (DOM).
Apart from that, the plugin is ready now. Please try it out.
Add this to a WYSIWYG-Section:
<!--Loading display while images load-->
<div id="loading"> </div>
<!--Slides-->
<div id="supersized"> </div>
<div id="prevthumb"> </div>
<div id="nextthumb"> </div>
<!--Control Bar-->
<div id="controls-wrapper">
<div id="controls"><!--Slide counter-->
<div id="slidecounter">/</div>
<!--Slide captions displayed here-->
<div id="slidecaption"> </div>
<!--Navigation-->
<div id="navigation"><img src="images/back_dull.png" id="prevslide" alt="" /><img src="images/pause_dull.png" id="pauseplay" alt="" /><img src="images/forward_dull.png" id="nextslide" alt="" /></div>
<a class="stamp" href="http://www.buildinternet.com"><img src="images/supersized-logo.png" alt="" /></a></div>
</div>
Create your preset and add the images to the slides[] then. Don't forget to put the droplet into the page. Enjoy.
Edit: Don't forget to fix the paths in the navigation div. Otherwise, the images won't show. Just copied&pasted the example markup.