Hello everybody,

I've an issue with scrollable. Everything is perfect expect the last element (the element 10 in my case) is before the first element.

In my navigation I have the following :
   <div class="navi">
    <a href="#0" class=""><div class="a1 boutonswitch"></div></a>
    <a href="#1" class=""><div class="a2 boutonswitch"></div></a>
    <a href="#2" class=""><div class="a3 boutonswitch"></div></a>
    <a href="#3" class=""><div class="a4 boutonswitch"></div></a>
    <a href="#4" class=""><div class="a5 boutonswitch"></div></a>
    <a href="#5" class=""><div class="a6 boutonswitch"></div></a>
    <a href="#6" class=""><div class="a7 boutonswitch"></div></a>
    <a href="#7" class=""><div class="a8 boutonswitch"></div></a>
    <a href="#8" class=""><div class="a9 boutonswitch"></div></a>
    <a href="#9" class=""><div class="a10 boutonswitch"></div></a>
    </div>

Between the element #8 and the element #9, scrollable scrolls every project instead of just advance to the next. But between the element #9 and the element #0, scrollable just go to the next. It seems the hierarchy is first element #9 and last element #8.

Can you please help me to correct that :)

Thanks in advance.