#content {padding:0;}

#geral {
  width: 100%;
  height: 100%;
}

#slider {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

#bgAnterior,#bgProximo{
  cursor:pointer;
  position:absolute;
  z-index:100;
  top:350px;
  width:51px;
  height:87px;
  overflow:hidden;
  text-indent:-300px;
}

#bgAnterior{
  left:0;
  background:url(/setas-bg.png);
}

#bgProximo{
  right:0;
  background:url(/setas-bg.png) 0 87px;
}

#container-endereco {
  bottom: 0;
  position: absolute;
  z-index:110;
  width: 100%;
}

#endereco {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  margin: 0 auto;
  padding: 4px;
  width: 700px;
  background-color:#663333;
  font-family:Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-size:12px;
}
.credits { float: right }
.credits a {color:#F2F4F4; text-decoration:none;}
.credits a:hover{text-decoration:underline;}

#topo {
  position: absolute;
  top: 10px;
  z-index: 1000;
  width: 100%;
}

#geral {
  margin-top: 0px;
}

