Look down near the end of the script, you will see this:
Code:
if (ie4||DOM2)
document.write('<div id="fscroller" style="border:1px solid black;width:'+fwidth+';height:'+fheight+'"></div>');
The green and red part (highlights added) sets the style for the containing division. Some parts are variables but the border (red part) is a literal. You can change it to 0px but that might mess things up. Try that first anyway, especially if you want it to appear as no border. If that causes a problem, you change the part that says black to whatever color you like.
Bookmarks