The transition speed is apparently controlled in js/slider.js
----------------------
var speed = 20;
var defaultSpeed = 1;
var slideShowSpeed = 2000;
var sliderSpeed = new Array(); //Specify slider scroll speed (larger is faster 1-10)
var sliderOptions = new Array();
-----------------------
a) There is no documentation regarding these speeds, and how they interelate.
b) The comment on line 4 seems to relate to one of the lines above. If not, how is it used?
c) Are the speeds CPU dependent?
d) Is there a 'replace' (1 pic with another) option as well as a variety of slide options?
Help would greatly apprecated as the slider is very very slow.
cheers