For the first point use:
Code:
enableSlideShow : true, //Enable slide show(s) use - true/false or {load_area : delay}
The way this would work out is, say that your loadarea has an id of vac (as it does in this demo), then you can adjust the delay between slides like so:
Code:
enableSlideShow : {vac : 4000}, //Enable slide show(s) use - true/false or {load_area : delay}
If you were to have more than one show, with more than one loadarea, you could use:
Code:
{vac : 4000, otherone : 5000}
If using only true (as it currently has), it defaults to 3000. The number refers to the number of milliseconds between slides. 1000 = 1 second.
As to the other point, the title and name attributes of the links each perform different tasks, simply use the one that achieves your goal, no need to worry about it more than that unless you're using the optional Lightbox 2.04a tie in, which I believe you are not.
Bookmarks