ul.product_list .product-image-container img {
  background-color: none; }

.gallery-thumb-list {
  overflow: hidden;
  margin: 0;
  position: absolute;
  right: 9px;
  top: 9px;
  width: 46px; }

.gallery-thumb-list li {
  margin-bottom: 5px; }

.gallery-thumb-list li a {
  border: 1px solid #ececec;
  display: block;
  background: #f8f8f8;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .gallery-thumb-list li a:hover {
    background: #fff;
    border-color: #333333; }
