/* 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;
  width:100%;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

/*.xzoom { 
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);  
}*/
.zoom_div{width:100%; max-height:800px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); position:relative;
}

.xzoom{width:100% !important;}

.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left:2px;
  margin-bottom:0px;
  height:65px;
  width:85%;
}

.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;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  z-index:99999;
}

/* 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(../../images/xloading.gif);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  box-shadow: 0px 0px 3px 0px rgba(74,169,210,1); 
  border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  top: 0;
  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;
}


.imgScrollList_2 ul{margin:0; padding:0;}


.imgScrollWrap_2 {
            position: relative;
            width: 100%;
            min-height:80px;
            border: 1px #999 solid;
            overflow: hidden;
        }

        .imgScrollBtn01_2, .imgScrollBtn02_2 {
            position: absolute;
            display: block;
            width: 22px;
            height: 40px;
            background: url(../../images/zoom_arrow.png) no-repeat 0 0;
            overflow: hidden;
            z-index: 2;
        }

        .imgScrollBtn01_2{
            top:20px;
            left: 0;
        }

        .imgScrollBtn02_2{
            top:20px;
            right: 0;
            background-position: -22px 0;
        }

        .imgScrollBtn01_2:hover{
            background-position: 0 -40px;
        }
		

        .imgScrollBtn02_2:hover{
            background-position: -22px -40px;
        }

      
        .imgScrollList_2{
            position: absolute;
            top: 0;
            left: 20px;
            width: 100%;
            height:80px;
            overflow: hidden;
            z-index: 1;
        }

        .imgScrollList_2 ul {
            position: relative;
            width: 9999px;
            height:80px;
        }

        .imgScrollList_2 li {
            float: left;
            width:80px;
            height:80px;
            overflow: hidden;
			padding:5px;
        }

        .imgScrollList_2 li a{
            float: left;
            width:80px;
            height:80px;
            overflow: hidden;
        }
