@CHARSET "UTF-8";
.galeria {
  position: relative;
  top: 0px;	
}
.galeria .thumbs li { 
  width: 69px;
  height: 58px;
  float: left;
  margin: 0 4px;
  padding: 0;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  *cursor: hand;
}
.galeria a { 
  text-decoration: none;
  outline: none;
}
.galeria .caption { 
  font-style: normal;
  color: #000000;
  display: none;
}
.galeria .thumbs { 
  width: 550px;
  margin: 0 auto;
  position: relative;
  top: 15px;
}
.galeria #legenda {
  color: #666;
  text-align: right;
  position: relative;
  top: -5px;
  font-size: 11px;
}
.galeria .thumbs li.active {
  border: none;
}
.galeria #imagem {
  margin: 0 auto;
  width: 450px;
  height: 342px;
  background: #ffffff;
}
.galeria #imagem img {
  margin-bottom: 0px;
  border: none;
}
.galeria .thumbs {
  margin-left: 13px;
}
#columns .one {
  left: 10px;
}