Try now, it's free! You can use it for free to create sites for your and your clients' purposes!
Q: Is it possible to position the slide controller below the thumbnails at the bottom, or between the thumbnails and the main images, so that the controller doesn't overlay the main images?
A: You can change position of controller manually in "slideshow.css" file. Open it in any text editor (for example, Notepad), find following lines:
.slideshow-controller {
background: url("../images/controller.png") no-repeat scroll 0 0 transparent;
bottom: 50%;
height: 42px;
left: 50%;
margin: -21px 0 0 -119px;
overflow: hidden;
position: absolute;
width: 238px;
z-index: 10000;
}
and change the value of "bottom" parameter.
Actually, controller appears on mouse over only. It doesn't overlay the main images in all other cases.
For troubleshooting, feature requests, and general help, contact Customer Support at . Make sure to include details on your browser, operating system, Visual SlideShow version, link to your page.
Make the process of creating your sites for non-profit and commercial purposes easier, this solution is free and doesn't require special skills.