/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 99999;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container { 
  display: inline-block;
  z-index: 99999;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
  z-index: 99999;
}
.xzoom-container{
  width: 100%;
  z-index: 99999;
}
.xzoom-container .xzoom5{
  width: 100%!important;
  z-index: 99999;
}

.xzoom5 {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Thumbs */
 .xzoom-gallery5 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  z-index: 99999;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
  z-index: 99999;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
  z-index: 99999;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #777;
  z-index: 99999;
}

/* Lens */
.xzoom-lens {
  border: 1px solid #777;
  cursor: crosshair;
  z-index: 99999;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  width: 48px;
  height: 48px;
  z-index: 99999;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  border: 1px solid #c9030f;
  z-index: 99999;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
  z-index: 99999;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  z-index: 99999;
  padding: 10px;
}