It is necessary to climb inside and look.
Jquery has a method
element.animate({'свойство':' конечное значение'});
Bind this method to the parent element of the content of the carousel, ie: this parent element is most likely relatively positioned, and depending on the orientation of the carousel (horizontally or vertically) change the value left: Xpx or top: Ypx; Call it like this:
$(document).ready(function(){ element.animate({'свойство':' конечное значение'});/* или вместо animate использовать css - тогда она без анимирования встанет куда надо. А вот куда она встанет надо вычислить, если ей нужно подвинуться на 5 елементов, то нужно вычислить сумму длин или высот этих 5-ти элементов`*/ });
But crawling inside anyway, because it is also necessary to calculate the dimensions of the elements of the carousel (the pictures are this or something else), and there it’s all stupidly calculated. I don’t know how you are with jquery, but it’s very easy to do it yourself - I mean, write such a merry-go-round on jquery, and it will be as you want it to be.