ul.wall {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0px;
  width: 270px;
}
ul.wall li {
  margin: 0;
  padding: 0px;
  float: left;
  position: relative;  /* Set the absolute positioning base coordinate */
  width: 87px;
  height: 52px;
  z-index: 0;
  height: 62px;
  cursor: pointer;
}
ul.wall li img. {
  width: 87px;
  height: 52px; /* Set the small wallnail size */
  -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
  border: 0px solid #ddd;
  padding: 0px;
  background: #f0f0f0;
  position: absolute;
  left: 0; top: 0;
  marginTop: '0'; /* Set alignment back to default */
  marginLeft: '0';
}
ul.wall li img.hover {
  background:url(/bourse/public/website/images/wall_bg_240x192.png) no-repeat center center;  /* Image used as background on hover effect
  border: none; /* Get rid of border on hover */
}
