@charset "iso-8859-1";
/* CSS Document */

#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden;
  width:320px; 
  height:425px; 
  border:1px solid #888; 
  background: url(Cartoes_comemorativos/Relacionamento/Cartao_cartoes_relacionamento_papel_reciclado_artesanal8.jpg);
  left:750px;
  top: 235px;
  position:absolute
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:30px;
  width:320x; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #888; 
  cursor:default;
  }
#gallery li a img {
  width:320px; 
  height:30px; 
  }
#gallery li a:hover {
  background:#eee; 
  height:239px;
  }
#gallery li a:hover img {
  height:239px;
  }

