#product_carousel {
  position: relative;
  width: 288px;
  height: 108px;
  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: #000000;
  color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
    margin-top: 25px;
}

#product_carousel .controls .next {
  width: 30px;
  height: 30px;
  float: right;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
    margin-top: 25px;
}

#product_carousel .controls .prev span {
      line-height: 28px;
    padding-left: 6px;
    float: left;
}
#product_carousel .controls .next span {
     line-height: 28px;
    padding-left: 9px;
    float: left;
}

#product_carousel .jcarousel{
    position: relative;
    overflow: hidden;
    /*width: 100%;*/
    /*height: 100%;*/
    margin-top: 3px;
    /*! top: 5px; */
    /*! left: 5px; */
    /*! padding: 16px; */
    padding-left: 6px;
    padding-top: 5px;
}

#product_carousel .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#product_carousel .jcarousel li {
    position: relative;
    float: left;
    width: 65px;
    height: 65px;
    margin-right: 10px;
}

#product_carousel .jcarousel img {
    width: 65px;
    box-shadow: 0 2px 12px 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.2);
}