No, I'm afraid I'm not a expert on anything

, although I know my way through css pretty well and I can read php a little, enough to make some minor adjustments here and there when needed.
The only clumsy thing I can think of is when looking at the third example concerning 'Add slides'.
It says:
`for (var i = 3; i < 9; i++) { ... `
In my very limited way of thinking

my mind came up with something like this:
`for (var i = ($currentimage-2); i < ($currentimage+2); i++) { ... `
I always wished my mind would have more feeling with code than it does, but it hasn't I'm afraid...