Yes we in our immediate area here were very lucky, thanks.
OK, it's done, tested in Chrome IE 8, 9, Firefox, and Opera. To give you an idea, here's the new on page init with added/changed capabilities highlighted:
Code:
jQuery(function($){
featuredcontentslider.init({
id: "slider4", //id of main slider DIV
contentsource: ["inline", ""], //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
toc: "markup", //Valid values: "#increment", "markup", ["label1", "label2", etc]
nextprev: ["", "Next"], //labels for "prev" and "next" links. Set to "" to hide.
revealtype: "click", //Behavior of pagination links to reveal the slides: "click" or "mouseover"
enablefade: [true, 1000], //[true/false, fadeduration] (meaning of second param changed, still added to pausetimr)
slidespeed: 300, //duration of text slide down effect (new) (will be added to pausetime)
autorotate: [true, 3000], //[true/false, pausetime]
linktarget: "_new", //Target for detail links generated from toc links (new)
mouseoverpause: true, //Should auto mode pause on mouseover of detail? (new)
arrows: {left:'#leftarrow', right:'#rightarrow'}, //jQuery selectors for arrow images (new)
thumbspeed: 2500, //Duration of thumbnail slider motion from one end to the other (new)
onChange: function(previndex, curindex){ //event handler fired whenever script changes slide
//previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
//curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
}
});
});
And a screenshot:

The CSS and HTML are as well documented/commented as the above init code, and I will be happy to explain anything you don't understand.
To get the actual code and a working demo, please send the balance, $75.00 US to:
http://home.comcast.net/~jscheuer1/side/donate.htm
That will include a reasonable amount of tweaking/support.
Bookmarks