.bxControls a,
.bxControls a:link,
.bxControls a:visited {
  color: rgb(255, 255, 255);
  position: relative;
  top: 0;
  z-index: 11;
  transition: all 1s ease-in;

}
.bxControls a:hover,
.bxControls a:active {
  color: rgba(146, 146, 146, 0.7);
  transition: all 1s ease-out;
}
#NEXT {
  left: 75%;
}
