Significant problems with WOWSlider

I purchased WOWSlider and now cannot get anyone to answer when I submit my questions to their support email.

I am trying to use their software at www.webs2impress.com/troy7 and have the following problems:

In Safari, the slider is working correctly except there is too much whitespace at the top and bottom. I have tried editing the .css but nothing seems to change it. I do not want any whitespace at top and bottom.

In I/E, the same whitespace is at the top and bottom - want that to go away.

Also, I paid for a license and did enter the registration code in the software and recompiled the slideshow but their credit is still showing.

I have a dealine to meat and desperately need help as quickly as possible. Can someone please help?

Thank you in advance.

Looks like <div id=“wowslider-container1”> has top (25px) and bottom (26px) margin. As for the link: edit the code for a slider.

In terms of the white space, you can get rid of the top and bottom margin here:

#wowslider-container1 {
zoom: 1;
position: relative;
max-width: 900px;
margin: [COLOR="#FF0000"]25px[/COLOR] auto [COLOR="#FF0000"]26px[/COLOR];
z-index: 100;
border: solid 1px white;
text-align: left;
}

Watch out, though, because that code seems to exist in two places.

See if this helps with the watermark/logo issue: