Dear @gmzbri
have a look for the custom cursors here:
https://css-tricks.com/almanac/properties/c/cursor/
.col .lay-carousel.cursor-right .lay-carousel-slide {
cursor: YOUR_RIGHT_CURSOR;
}
.col .lay-carousel.cursor-left .lay-carousel-slide {
cursor: YYOUR_LEFT_CURSOR
}
I hope I could help!
Best!
Marius