.multi_image_add {
  background-color: #FFFFFF;
  float: left;
  height: 100px;
  margin: 3px;
  position: relative;
  width: 100px;
  border:1px dotted #999;
}
.multi_image_add  >  img{
max-height:95px;
max-width:95px;
}
.catalog_foto_del,.catalog_foto_del_new {
  bottom: -10px;
  position: absolute;
  right: 0;
}
.catalog_foto_del 
{
z-index:9;
}

.thumb_small {
  max-height: 65px;
  max-width: 78px;
}
.catalog_ishot
{
height:30px;

}

#catimg
{
/* width:180px; */
max-height:257px;
}
.catalog_foto_del:hover,.catalog_foto_del_new:hover
{
cursor:pointer;
transition: all 0.4s ease-in-out 0s;
}

#product_foto_group {
    display: table;
}

/* .multi_image_add img {
    float: left;
    width: 100px;
} */
	a.multi_image_del {
    bottom: 1px;
    cursor: pointer;
    height: 23px;
    left: 0;
    position: absolute;
}