/* 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;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container { 
	display: inline-block;
	position: relative;
	width: 100%;
}

.xzoom-container .xzoom {
	
	display: inline-block;
}

.xzoom-thumbs {
  text-align: left;
 position: absolute;
	left: -100px;
	top:0;
	
}

.xzoom-thumbs a {
	width: 80px;
    height: 60px;
    display: block;
	position: relative;
    overflow: hidden;
	border: 1px solid #808080;
	margin-bottom: 10px;
	position: relative;
}

.xzoom-thumbs a:before {
	content: '';
	width: 100%;
	height: 100%;
	border: 4px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}


.xzoom-thumbs a.active {
	border: 1px solid #0099cc;
}

.xzoom-thumbs a img {
	    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: auto;
    height: 100%;
    max-width: inherit;
}



/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../example/images/xloading.gif);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {

  
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}
