img {
  border: 0;
}

div.img_view div{
  margin: 0;
  padding: 0;
}

div.ImageContener {
  position: relative;
  height: 120px;
  width: 120px;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  cursor: pointer;

  float: left;
}

div.VCenterFF {
  display: table-cell;
  height: inherit;/*120px;*/
  width: inherit;/*120px;*/
  vertical-align: middle;
  text-align: center;
}

div.VCenterIE {
  position: absolute;
  width: 100%;
  top: 50%;
}

div.HackIE {
  position: relative;
  top: -50%;
  text-align: center;
}
