Problème pagination (next) listing produits

Bonjour à tous,

Je cherche à mettre en place la pagination pour cette page concernée

Mais je rencontre des difficultés pour avoir le bon selector, le "next" étant un (strong).
Il fait donc un premier next, puis s'arrête ensuite à la page 2..

Sitemap :
{"_id":"autabuy-catalogue-(dealer-featured)","startUrl":["https://www.autabuy.com/Dealers/DealerList.cfm"],"selectors":[{"delay":0,"id":"link-inventory-dealers","multiple":true,"parentSelectors":["_root"],"selector":"table:nth-of-type(1) tr:nth-of-type(n+3) a.ColoredLink","type":"SelectorLink"},{"delay":0,"id":"dealer-page-information","multiple":false,"parentSelectors":["link-inventory-dealers"],"selector":".main div.wrapper","type":"SelectorElement"},{"delay":0,"id":"dealer-name","multiple":false,"parentSelectors":["dealer-page-information"],"regex":"","selector":"h1","type":"SelectorText"},{"delay":0,"id":"dealer-adress1","multiple":false,"parentSelectors":["dealer-page-information"],"regex":"","selector":".fancybox div:nth-of-type(1)","type":"SelectorText"},{"delay":0,"id":"dealer-adress2","multiple":false,"parentSelectors":["dealer-page-information"],"regex":"","selector":".fancybox div:nth-of-type(2)","type":"SelectorText"},{"delay":0,"id":"link-product","multiple":true,"parentSelectors":["dealer-page-information"],"selector":"a.results-button:nth-of-type(3)","type":"SelectorLink"},{"delay":0,"id":"title","multiple":false,"parentSelectors":["link-product"],"regex":"","selector":".content-clone h1","type":"SelectorText"},{"delay":0,"id":"price (dollars)","multiple":false,"parentSelectors":["link-product"],"regex":"[0-9]+\,[0-9]+","selector":".hide_on_mobile span div div","type":"SelectorText"},{"delay":0,"id":"description","multiple":false,"parentSelectors":["link-product"],"regex":"","selector":"div.main-description","type":"SelectorHTML"},{"delay":0,"id":"mileage","multiple":false,"parentSelectors":["link-product"],"regex":"","selector":"div.hide_on_mobile td.details-title.details-pad-right:contains("Mileage") + td","type":"SelectorText"},{"delay":0,"id":"exterior color","multiple":false,"parentSelectors":["link-product"],"regex":"","selector":"div.hide_on_mobile td.details-title.details-pad-right:contains("Exterior Color") + td","type":"SelectorText"},{"delay":0,"id":"interior color","multiple":false,"parentSelectors":["link-product"],"regex":"","selector":"div.hide_on_mobile td.details-title.details-pad-right:contains("Interior Color") + td","type":"SelectorText"},{"delay":0,"id":"doors","multiple":false,"parentSelectors":["link-product"],"regex":"","selector":"div.hide_on_mobile td.details-title.details-pad-right:contains("Doors") + td","type":"SelectorText"},{"delay":0,"id":"engine","multiple":false,"parentSelectors":["link-product"],"regex":"","selector":"div.hide_on_mobile td.details-title.details-pad-right:contains("Engine") + td","type":"SelectorText"},{"delay":0,"id":"transmission","multiple":false,"parentSelectors":["link-product"],"regex":"","selector":"div.hide_on_mobile td.details-title.details-pad-right:contains("Transmission") + td","type":"SelectorText"},{"delay":0,"id":"ugs","multiple":false,"parentSelectors":["link-product"],"regex":"","selector":"div.hide_on_mobile td.details-title.details-pad-right:contains("Stock #") + td","type":"SelectorText"},{"delay":0,"id":"vin","multiple":false,"parentSelectors":["link-product"],"regex":"","selector":"span.details-title + div","type":"SelectorText"},{"delay":0,"extractAttribute":"href","id":"images","parentSelectors":["link-product"],"selector":"#slider1 > div[class|='main-image'] > a","type":"SelectorGroup"},{"id":"pagination","paginationType":"auto","parentSelectors":["link-product","pagination"],"selector":"strong","type":"SelectorPagination"}]}

Merci d'avance pour votre aide

Duxor