body {
  font-family: Arial, sans serif;
  font-size: 11px;
}

.recent-additions {
  font-size: 13px;
  float: left;
  margin-bottom: 20px;
}
.recent-gallery {
  float: left;
  clear: both;
  width: 250px;
  height: 270px;
  text-align: center;
}
.recent-gallery .caption {
  font-size: 11px;
}
.recent-gallery img {
  width: 250px;
  height: 250px;
  margin-bottom: 5px;
}
.recent-additions .title {
  float: left;
  width: 400px;
  margin-bottom: 10px;
}
.recent-additions ul {
  padding-left: 0;
  float: left;
  margin-left: 20px;
  margin-top: 0;
}
.recent-additions li {
  list-style: none;
}
.recent-gallery a {
  background-repeat: no-repeat;
  background-size: 100%;
  float: right;
}

.clearfix {
  clear: both;
}

.gallery-thumbnail {
  cursor: pointer;
}
.captions {
  display: none;
}
.caption {
  color: #000;
  font-style: italic;
  font-size: small;
  text-align: center;
  margin: 0.5em 0;
}
.gallery .arrow-left,
.gallery .arrow-right {
  background-image: url("/gallery-arrows.png");
  width: 50px;
  height: 100px;
  float: left;
  cursor: pointer;
}
.gallery .arrow-right {
  background-position: 50px 0;
}

.thumbnails-inner {
  height: 100px;
  width: 2000px;
}
.gallery .arrow-left.disabled,
.gallery .arrow-right.disabled {
  opacity: 0.2;
}
.gallery-thumbnail {
  width: 100px;
  height: 100px;
}

.gallery .thumbnails {
  width: 300px;
  height: 100px;
  overflow: hidden;
  float: left;
}

.scroll-picker {
  float: left;
  margin-bottom: 20px;
}
