I usually don’t want those arrows to go left and right on a slider.

This will probably become just a checkbox in the future, but until then, here’s how to get rid of those arrows. Just drop this into your CSS file.

#loopedSlider a.flex-prev, #loopedSlider a.flex-next {display: none;}
Now you see them.

Now you see them.

Now you don't.

Now you don’t.