#product_carousel {
  position: relative;
  width: 470px;
  /*! height: 125px; */
  overflow: hidden;
  /*! padding: 10px; */
  margin-left: auto;
  margin-right: auto;
}

#product_carousel .controls {
  display: inline-block;
  width: 100%
}

#product_carousel .controls .prev {
  width: 30px;
  height: 30px;
  float: left;
  background-color:#FFFFFF ;
  color: #00000; 
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
}

#product_carousel .controls .next {
  width: 30px;
  height: 30px;
  float: right;
  background-color: #FFFFFF ;
  color: #00000;
  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{
    position: relative;
    overflow: hidden;
    width: 370px;
    height: 90px;
    margin-top: 3px;
    /*! top: 5px; */
    /*! left: 5px; */
    /*! padding: 16px; */
    margin-left: 11%;
    padding-top: 5px;
}

#product_carousel .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    left: -13px;
}

#product_carousel .jcarousel li {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    margin-right: -10px;
}

#product_carousel .jcarousel img {
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#product_carousel .jcarousel img:hover {
  transition: all 0.5s ease 0s;
  transform: scale(1.01);
}