From
the Instructions:
width = 2*book image width +4 height = book image height+2
For your placeholder, that would be:
Code:
<div id="Book" style="position:relative">
<img src="placeholder.gif" width="644" height="222">
</div>
Also, due to rendering differences among browsers, it would be a good idea to include the height for the div as well:
Code:
<div id="Book" style="position:relative;height:222px;">
<img src="placeholder.gif" width="644" height="222">
</div>
About the controls, I'd use the extended controls script from the author and your controls markup, editing then to use the author's activation. If you have trouble with that, put up a demo using the author's script with the controls and the HTML for your controls below that and I'll adapt them for you.
Bookmarks