/* The div holding the banner-topo-imagens table img tag */
.banner-topo {
  position: absolute;
  left: -5000px;
}

.block-block-17 #banner-topo { line-height: 1px !important; }

/* The light table itself */
.banner-topo-imagens {
  position: relative;
  width: auto;
  height: 398px;
  margin: 0 auto;
  display: none;
}
.not-front .banner-topo-imagens {
  height: 280px;
}
/* Photos on the light table */
.banner-topo-imagens img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)" !important; /* IE8 */   
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF) !important;   /* IE6 & 7 */      
  zoom: 1;
  position: absolute;
}

.banner-topo-imagens img#o-futuro {
  border: none;
  box-shadow: none;
}

/* The description at the top of the page */

#description {
  padding: 10px 10px 5px 10px;
  background: #111;
  color: #fff;
  width: 45em;
  margin: 0 auto -5px auto;
  text-align: center;
}

#description h1 {
  font-size: 14px;
}

#description a {
  color: #bbf;
}