/* Style: Color */

ul.products a img {
  width: 146px;
  padding: 0;
  border: 0;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,1.00);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,1.00);
  box-shadow: 0 0 3px rgba(0,0,0,1.00);
  -webkit-transition: all ease-in-out .2s;
  height: auto;
}