/*  zoom  */

#zoom1 {
	background: none repeat scroll 0 0 white;
	display: none; 
  height: 290px;
  overflow: hidden;
  position: absolute;
  top: 24px;
  width: 70%;
  z-index: 999;
}

#zoom1>img {
	position: absolute;
  max-width:none;
}  

/* gallery box  */
.gallery-box.disable{
   opacity:0;
}
/*
.gallery-big-item-show img,
.product-gallery-big-item-show img{
    cursor:url("../img/zoom_icon.png"), auto;
    display:none;
}
.gallery-big-item-show a:before,
.product-gallery-big-item-show a:before{
    content:"";
    background:url("../img/zoom_icon.png") no-repeat;
    display:none;
    position:absolute;
    right:12px;
    bottom:12px;
    width:40px;
    height:40px;
}
.gallery-big-item-show a:hover:before,
.product-gallery-big-item-show a:hover:before{
    display:none;
}
*/
/*
.gallery-box .thumbnail:hover{
   background-color:#68aa00;
}
*/
.gallery-big ul,
.gallery-mini ul{
   padding:0px;
}
.gallery-big {
   margin-top:20px;
}
.gallery-big li {
 border: medium none;
    box-shadow: none;
    display: none;
    position: relative;
}
.gallery-big .active{
   display:block !important;
   margin-bottom: 0px;
}
.gallery-mini #photos-wrapper{
  /*  max-height: 168px; */
    overflow: hidden;
    width: 100%;
}
.gallery-mini li {
    cursor:pointer;
    display:block !important;
    border:none;
    box-shadow:none;
    padding-left:
}
.gallery-mini li img{
   width:100%;
}
.gallery-navigation{
    clear: both;
    margin: 10px auto;
    width: 40%;
    display:none;
}

.gallery-navigation li{
    display:block !important;
}

.gallery-navigation-prev,
.gallery-navigation-next{
    background-image: url("../img/gallery_pointer_icon.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color:#fff !important;
    display: block !important;
    font-size: 0 !important;
    padding: 14px 30px !important;
    cursor:pointer;
}
.gallery-navigation-prev{
    float: left;
}
.gallery-navigation-next{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    float:right;
}
/*  gallery zoom  */
/*
.gallery-big-item-show img{
    cursor:url("../img/zoom_icon.png"), auto;
    width:100%;
}
.gallery-big-item-show a:before{
    content:"";
    background:url("../img/zoom_icon.png") no-repeat;
    display:block;
    position:absolute;
    right:12px;
    bottom:12px;
    width:40px;
    height:40px;
}
.gallery-big-item-show a:hover:before{
    display:none;
}
*/