#product_carousel {
  position: relative;
  width: 277px;
  height: 90px;
  overflow: hidden;
}

#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;
}

#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{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 3px;
}

#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: 3px;
}

#product_carousel .jcarousel img {
    width: 100%;
}

#product_carousel .jcarousel img:hover {
  transition: all 0.5s ease 0s;
  transform: scale(1.2);
}
