ul.product_list .product-image-container img {
  background-color: none; }

.gallery-thumb-list {
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 46px; }

.gallery-thumb-list li {
  margin-bottom: 5px; }

.gallery-thumb-list li a {
  background: #fff;
  border: 1px solid #e7e7e6;
  display: block;
  -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 {
    border-color: #888; }
