#album table, #album table td, #album table tr {
  width: 100px!important;
  height: 100px!important;
  border:0;
  padding: 0!important;
  margin: 0!important;
  overflow: hidden;
}

#album ul.pequeno {
  width: 300px;
  background: #f00;
}
#album ul {
  padding: 0!important;
  margin: 0!important;
  list-style-type:none;
  background: #f00;
}

#album ul li {
  background-color: #fff;
  border: 1px solid #eee;
  float: left;
  width: 114px!important;
  height: 100px!important;
  margin: 4px;
  overflow: hidden;
}

#album ul li img {
    border: 0;
}

br.clear {
  clear: both;
}
