.jcarousel-next, .jcarousel-prev {
    cursor: pointer;
    z-index: 9999; /* ensure above other elements */
}

/* Example arrow positioning */

.jcarousel-container {
  -webkit-overflow-scrolling: auto;
  position: relative;
}

