.photoshow.small.format {
  color: #fff;
  margin: 18px auto;
  padding: 18px 0;
  position: relative;
  width: 648px;
}

.photoshow.small.format .carousel-slides {
  min-height: 268px;
  position: relative;
}

.photoshow.small.format .carousel-slides .slide {
  display: block;
  margin: 0;
  height: 100%;
  padding: 0;
  width: 100%;
}

.photoshow.small.format .carousel-slides .slide img {
  position: absolute;
}

.photoshow.small.format .carousel-slides .slide p {
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  min-height: 268px;
  padding-left: 418px;
}

.photoshow.small.format .carousel-links {
  float: left;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

.photoshow.small.format .slide-links {
  clear: left;
  float: left;
  left: 50%;
  margin: 0 !important;
  position: relative;
}

.photoshow.small.format .slide-links li {
  display: block;
  float: left;
  margin-right: 5px;
  position: relative;
  right: 50%;
}

.photoshow.small.format .slide-links a {
  background: #1e1e1e;
  border: 2px solid #1e1e1e;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 1px 6px;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(255,255,255,0.1);
}

.photoshow.small.format .slide-links .active a {
  background: #e7e7e7;
  color: #000;
  border: 2px solid #037ad5;
}

.photoshow.small.format .carousel-links .prev {
  background: url(//www.gfamedia.org/images/carousel/carousel-prev.png) no-repeat;
  display: block;
  height: 1px;
  left: 0;
  overflow: hidden;
  padding-top: 39px;
  position: absolute;
  width: 43px;
  z-index: 3;
}

.photoshow.small.format .carousel-links .next {
  background: url(//www.gfamedia.org/images/carousel/carousel-next.png) no-repeat;
  display: block;
  height: 1px;
  overflow: hidden;
  padding-top: 39px;
  position: absolute;
  right: 0;
  width: 43px;
  z-index: 3;
}

.photoshow.small.format .carousel-links .prev:hover,
.photoshow.small.format .carousel-links .next:hover {
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}
