Code voor arrows.

/* Hides the slider arrows and controller (bullets) on the thumbnail */
.et_pb_gallery .et-pb-slider-arrows, .et_pb_gallery .et-pb-controllers {display: none; }

.et_pb_gallery_image:hover .et-pb-arrow {
display: none !important;
}