Ciao Luca,
grazie per il consiglio sono riuscito a risolvere questo problema per raggruppare le immagini:

<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 design">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery4" title="Asti Ovest" href="_include/img/work/full/image-08-full1.jpg">
<a class="hover-wrap fancybox" data-fancybox-group="gallery4" title="Asti Ovest" href="_include/img/work/full/image-08-full2.jpg">
<a class="hover-wrap fancybox" data-fancybox-group="gallery4" title="Asti Ovest" href="_include/img/work/full/image-08-full3.jpg">
<a class="hover-wrap fancybox" data-fancybox-group="gallery4" title="Asti Ovest" href="_include/img/work/full/image-08-full4.jpg">
<a class="hover-wrap fancybox" data-fancybox-group="gallery4" title="Asti Ovest" href="_include/img/work/full/image-08-full5.jpg">
<a class="hover-wrap fancybox" data-fancybox-group="gallery4" title="Asti Ovest" href="_include/img/work/full/image-08-full6.jpg">
<a class="hover-wrap fancybox" data-fancybox-group="gallery4" title="Asti Ovest" href="_include/img/work/full/image-08-full7.jpg">
<a class="hover-wrap fancybox" data-fancybox-group="gallery4" title="Asti Ovest" href="_include/img/work/full/image-08-full8.jpg">
<a class="hover-wrap fancybox" data-fancybox-group="gallery4" title="Asti Ovest" href="_include/img/work/full/image-08-full9.jpg">
<a class="hover-wrap fancybox" data-fancybox-group="gallery4" title="Asti Ovest" href="_include/img/work/full/image-08-full10.jpg">
<a class="hover-wrap fancybox" data-fancybox-group="gallery4" title="Asti Ovest" href="_include/img/work/full/image-08-full11.jpg">
<a class="hover-wrap fancybox" data-fancybox-group="gallery4" title="Asti Ovest" href="_include/img/work/full/image-08-full12.jpg">
<a class="hover-wrap fancybox" data-fancybox-group="gallery4" title="Asti Ovest" href="_include/img/work/full/image-08-full13.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="_include/img/work/thumbs/image-08.jpg" alt="Proposal">
</li>


Il problema adesso è che le immagini quando vengono visualizzate nel browser ingrandite e cliccate non sono nell'ordine giusto in cui sono inserite nel codice hmtl...
Stranamente parte dall'ultima foto e poi le scorre al contrario: quindi se clicco a destra va sulla penultilma, poi terzultima e così via ecc...fino al mettere la prima foto per ultima...
Ho provato anche a metterle al contrario nel codice ma niente da fare si mettono tutte strane e rimangono sempre al contrario, magari parte con l'ultima e poi le mette in ordine ecc... Insomma non capisco come si possa contorllare l'ordine di riproduzione delle foto in un album...
Sapreste aiutarmi?
Grazie