/* Showcase: Image Gallery */

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.image-gallery .showcase-load {
  height: 470px;
  /* Same as showcase javascript option */
  overflow: hidden;
}

/* Container when content is shown in slider */
.image-gallery .showcase {
  position: relative;
  *position: inherit;
  margin: auto;
  border: 1px solid white;
}

.image-gallery .showcase-content-container {
  background-color: #F7F7F7;
}

/* Navigation arrows */
.image-gallery .showcase-arrow-previous, .image-gallery .showcase-arrow-next {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 400px;
  width: 33px;
  top: 77px;
  cursor: pointer;
  z-index: 25;
}

.image-gallery .showcase-arrow-previous {
  background-image: url("/content/images/showcaseslider/prev.png");
  opacity: 1;
  left: 0;
  /*left: -60px;*/
}

  .image-gallery .showcase-arrow-previous:hover {
    opacity: 0.7;
    /*background-position: 0px -34px;*/
  }

.image-gallery .showcase-arrow-next {
  right: 0;
  /*background-position: -34px 0;*/
  background-image: url("/content/images/showcaseslider/next.png");
  opacity: 1;
}

  .image-gallery .showcase-arrow-next:hover {
    /*background-position: -34px -34px;*/
    opacity: 0.7;
  }

/* Content */
.image-gallery .showcase-content {
  background-color: #F7F7F7;
  text-align: center;
}

.image-gallery .showcase-content-wrapper {
  text-align: center;
  height: 470px;
  width: 700px;
  display: table-cell;
  vertical-align: middle;
}

/* Styling the tooltips */
.image-gallery .showcase-plus-anchor {
  background-image: url("/content/images/showcaseslider/plus.png");
  background-repeat: no-repeat;
}

  .image-gallery .showcase-plus-anchor:hover {
    background-position: -32px 0;
  }

.image-gallery div.showcase-tooltip {
  background-color: #fff;
  color: #000;
  text-align: left;
  padding: 5px 8px;
  background-image: url("/content/images/showcaseslider/white-opacity-80.png");
}

/* Styling the caption */
.image-gallery .showcase-caption {
  color: #F7F7F7;
  padding: 10px 15px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  background: #252525;
  border-top: 1px solid white;
  height: 190px;
  overflow: hidden;
}

.image-gallery .showcase-onepage .showcase-content {
  margin-bottom: 10px;
}

/* Button Wrapper */
.image-gallery .showcase-button-wrapper {
  position: absolute;
  text-align: center;
  bottom: 185px;
  width: 590px;
}

  .image-gallery .showcase-button-wrapper span {
    margin-right: 3px;
    padding: 2px 1px 0 1px;
    cursor: pointer;
    font-size: 12px;
    color: #444444;
  }

    .image-gallery .showcase-button-wrapper span.active {
      color: #fff;
    }

/* Thumbnails */
.image-gallery .showcase-thumbnail-container {
  /* Used for backgrounds, no other styling!!! */
  background-color: #F7F7F7;
}

.image-gallery .showcase-thumbnail-wrapper {
  overflow: hidden;
}

.image-gallery .showcase-thumbnail {
  width: 110px;
  height: 75px;
  cursor: pointer;
  border: solid 1px #999;
  position: relative;
}

.image-gallery .showcase-thumbnail-caption {
  position: absolute;
  bottom: 2px;
  padding-left: 10px;
  padding-bottom: 5px;
}

.image-gallery .showcase-thumbnail-content {
  padding: 10px;
  text-align: center;
  padding-top: 25px;
}

.image-gallery .showcase-thumbnail-cover {
  background-image: url("/content/images/showcaseslider/black-opacity-40.png");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-gallery .showcase-thumbnail:hover {
  border: solid 1px #666;
}

  .image-gallery .showcase-thumbnail:hover .showcase-thumbnail-cover {
    display: none;
  }

.image-gallery .showcase-thumbnail.active {
  border: solid 1px #000;
}

  .image-gallery .showcase-thumbnail.active .showcase-thumbnail-cover {
    display: none;
  }

.image-gallery .showcase-thumbnail-wrapper-horizontal {
  padding: 0 1px 1px 1px;
}

  .image-gallery .showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
    margin-right: 1px;
  }

.image-gallery .showcase-thumbnail-wrapper-vertical {
  padding: 1px 1px 0 0;
}

  .image-gallery .showcase-thumbnail-wrapper-vertical .showcase-thumbnail {
    margin-bottom: 1px;
  }

.image-gallery .showcase-thumbnail-button-backward,
.image-gallery .showcase-thumbnail-button-forward {
  padding: 0;
  cursor: pointer;
}

.image-gallery .showcase-thumbnail-button-backward {
  padding-bottom: 0;
  padding-right: 0;
}

  .image-gallery .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
  .image-gallery .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 17px;
    height: 77px;
  }

  .image-gallery .showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
  .image-gallery .showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 112px;
    height: 17px;
  }

  .image-gallery .showcase-thumbnail-button-backward .showcase-thumbnail-vertical {
    background-image: url("/content/images/showcaseslider/up-thumbnail.png");
    opacity: 1;
  }

  .image-gallery .showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical {
    opacity: 0.7;
  }

.image-gallery .showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
  background-image: url("/content/images/showcaseslider/down-thumbnail.png");
  opacity: 1;
}

.image-gallery .showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical {
  opacity: 0.7;
}

.image-gallery .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
  background-image: url("/content/images/showcaseslider/prev-thumbnail.png");
  opacity: 1;
}

.image-gallery .showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal {
  opacity: 0.7;
}

.image-gallery .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
  background-image: url("/content/images/showcaseslider/next-thumbnail.png");
  opacity: 1;
}

.image-gallery .showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal {
  opacity: 0.7;
}

.image-gallery .showcase-thumbnail-button-backward.showcase-thumbnail-button-disabled,
.image-gallery .showcase-thumbnail-button-forward.showcase-thumbnail-button-disabled {
  cursor: default;
}

  .image-gallery .showcase-thumbnail-button-backward.showcase-thumbnail-button-disabled .showcase-thumbnail-vertical,
  .image-gallery .showcase-thumbnail-button-backward.showcase-thumbnail-button-disabled:hover .showcase-thumbnail-vertical,
  .image-gallery .showcase-thumbnail-button-forward.showcase-thumbnail-button-disabled .showcase-thumbnail-vertical,
  .image-gallery .showcase-thumbnail-button-forward.showcase-thumbnail-button-disabled:hover .showcase-thumbnail-vertical,
  .image-gallery .showcase-thumbnail-button-backward.showcase-thumbnail-button-disabled .showcase-thumbnail-horizontal,
  .image-gallery .showcase-thumbnail-button-backward.showcase-thumbnail-button-disabled:hover .showcase-thumbnail-horizontal,
  .image-gallery .showcase-thumbnail-button-forward.showcase-thumbnail-button-disabled .showcase-thumbnail-horizontal,
  .image-gallery .showcase-thumbnail-button-forward.showcase-thumbnail-button-disabled:hover .showcase-thumbnail-horizontal {
    opacity: 1;
  }

/* Hide button text */
.image-gallery .showcase-thumbnail-button-forward span span,
.image-gallery .showcase-thumbnail-button-backward span span {
  display: none;
}

/* caption styles */
.image-gallery .showcase-caption h2 {
  display: block;
  line-height: normal;
  text-transform: none;
  font-weight: bold;
  font-size: 1.75em;
  padding: 12px 0;
}

.image-gallery .showcase-caption .description {
  height: 120px;
  font-size: 0.95em;
  width: 570px;
  *width: 255px;
}

.image-gallery .showcase-caption .placeholder {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 0.725em;
}

  .image-gallery .showcase-caption .placeholder .photo-credit {
    display: block;
  }

  .image-gallery .showcase-caption .placeholder .high-res {
    color: #828181;
  }

.image-gallery .showcase-caption .count {
  text-align: center;
  font-size: 1em;
}

.image-gallery .showcase-caption .ad-content {
  float: right;
  width: 300px;
  height: 125px;
  margin-left: 15px;
  overflow: hidden;
}

.image-gallery .showcase-caption-social {
  position: absolute;
  left: 15px;
  bottom: 185px;
}

  .image-gallery .showcase-caption-social a {
    opacity: 1;
  }

    .image-gallery .showcase-caption-social a:hover {
      opacity: 1;
    }

.image-gallery .showcase-ad-content {
  width: 300px;
  height: 125px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.image-gallery .showcase.vertical-left .showcase-arrow-previous, .image-gallery .showcase.vertical-left .showcase-arrow-next,
.image-gallery .showcase.vertical-right .showcase-arrow-previous, .image-gallery .showcase.vertical-right .showcase-arrow-next,
.image-gallery .no-thumbnail .showcase-arrow-previous, .image-gallery .no-thumbnail .showcase-arrow-next {
  top: 0;
}

.image-gallery .showcase.vertical-left .showcase-button-wrapper {
  left: 112px;
}

.image-gallery .showcase.vertical-left .showcase-caption-social {
  left: 127px;
}

.image-gallery .showcase.vertical-left .showcase-arrow-previous {
  left: 113px;
}

.image-gallery .showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
  border-top: 1px solid #F7F7F7;
}

.image-gallery .showcase.vertical-right .showcase-arrow-next {
  right: 113px;
}

.image-gallery .showcase.vertical-right .showcase-thumbnail-wrapper-vertical {
  padding: 1px 0 0 1px;
}

.image-gallery .showcase.vertical-right .showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
.image-gallery .showcase.vertical-right .showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
  border-left: 1px solid #F7F7F7;
}

/* Clear (used for horizontal thumbnails) */
.image-gallery .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  float: none;
}
