/* diaporama.css */

#DiaporamaBox {
  width: 300px; 
  margin: 0 20px 0 5px;
  float: left;
}
.VerticalSearchGrid {
  position: absolute;
  margin: 50px 0 0 330px;
}
.VerticalSearchGrid p {
  margin: 15px 20px 0 10px;
  font-weight: bold;
  clear: both;
}

/* hack IE7 and below */

*:first-child+html .VerticalSearchGrid {
  margin: 50px 0 0 0;
}
* html .VerticalSearchGrid {
  margin: 50px 0 0 0;
}