/*************/
/*  MY GALLERY*/
/*************/
.gallery a img{
  max-height: 90px; 
  max-width: 90px; 
  margin: auto; 
  text-align: center; 
  float: none;
  border: none;
}

.imageItemL1{
  height: 105px;
  display: table;
  overflow: hidden;
  border: 1px solid #DDD;
  float: left;
  margin: 1px;
}
.imageItemL2{
  display: table-cell;
  vertical-align: middle;
}
.imageitemCustomizable{
  width: 105px;
  text-align: center;
}