@H you would use the html tool and the tutorial here may help:
http://www.developersnippets.com/2008/12/06/smooth-slide-show-s3slider-jquery-plugin/
The s3 website is down(hope not perm) to download the plugin, but contact me on my website and I will email you a copy of the s3slider plugin.
@Sarah - that was hardcoded into the VSD page using CC HTML editor by doing something like:
In the header using the Edit>Edit Header in VSD:
<style type="text/css">
.bottombar {
position:fixed;
bottom:0px;
width:100%; /*Change this as you need to */
}
and in the body add with HTML editor just before the </body> tag:
<div class="bottombar">
<!-- Your bottom bar code here -->
</div>
A good example is here:
http://limpid.nl/lab/css/fixed/footer
And thanks for the compliment