.gallery a.browse {
  width: 17px;
  height: 17px;
  display: block;
  margin: 20px 16px 0 17px;
}

.gallery a.prev {
  background-image: url("../img/icon_arrow_left.png");
  float: left;
}

.gallery a.next {
  background-image: url("../img/icon_arrow_right.png");
  float: right;
}

.gallery .scrollable {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 520px;
  height: 65px;
}

.gallery .scrollable .items {
  width: 80em;
  position: absolute;
} /* this cannot be too large */
.gallery .scrollable .items img {
  width: 80px;
  height: 55px;
  margin-right: 8px;
  float: left;
  cursor: pointer;
  border: 5px solid #fff;
}

.gallery .scrollable .items img.active {
  border-color: #f3ea00;
}

.gallery .items div {
  float: left;
}

.gallery #image_wrap, .gallery #image_wrap img {
  width: 100%;
  height: auto;
}

.gallery #image_wrap {
  margin-bottom: 18px;
  position: relative;
  width: 100%;
  background-color: #ccc;
}

.gallery .image_caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #775145;
  color: #fff;
  opacity: 0.7;
  padding: 10px 30px;
  display: none;
}

.gallery .image_caption a {
  color: #fff;
  font-weight: bold;
}

.gallery img {
  width: 100%;
}

/*# sourceMappingURL=gallery.css.map */