.gallery h1 {
  margin-bottom: 0px;
}

.gallery #bxsliderlist1 li a {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.gallery #slider-prev, .gallery #slider-next {
  display: inline-table;
  font-size: 21px;
  border: 1px solid #fdcd0d;
  background-color: #fff;
  width: 58px;
  height: 67px;
  margin-right: -4px;
}

.gallery #slider-prev a, .gallery #slider-next a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fdcd0d;
  text-decoration: none;
}