Hi Olivier,
I’m not sure what version number the anything slider code I have is, It’s the one that was used before it’s latest and greatest release.
To change the actual markup position you would have to dig into the jQuery, I’m only starting to learn jQuery so I’ll leave that up to the pro’s.
You can, however, adjust the position of all the elements through CSS if that’s all you need, for example if I were trying to put the thumbNav on the top of the slider I currently have in place, all I would need to do is change the top: 323px;
to top: -30px;
.
~
Sliver37.