#product_carousel {
     position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
    height: 175px;
}

#product_carousel .controls {
  display: inline-block;
  width: 100%
}
#js-item-image-158520 {
    width: 180px;
    text-align: center;
    margin: 0 auto;
    height: 350px;
}

#product_carousel .controls .prev {
  width: 30px;
  height: 30px;
  float: left;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
}

#product_carousel .controls .next {
  width: 30px;
  height: 30px;
  float: right;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
}

#product_carousel .controls .next span, #product_carousel .controls .prev span {
  line-height: 28px;
}

#product_carousel .jcarousel{
        width: 100%;
    margin:20px  auto;
}

#product_carousel .jcarousel ul {
    width: 100%;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#product_carousel .jcarousel li {
    position: relative;
    float: left;
    width: 68px;
    height: auto;
    margin-right: 3px;
}

#product_carousel .jcarousel img {
    width: 100%;
    height: 64px;
    object-fit: contain;
}

#product_carousel .jcarousel img:hover {
  transition: all 0.5s ease 0s;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}