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

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

#album ul li {
	background-color: #6D797A;
	border: 1px solid #6D797A;
	float: left;
	width: 70px!important;
	height: 70px!important;
	margin: 4px;
	overflow: hidden;
}

#album ul li img {
    border: 0;
}

br.clear {
  clear: both;
}
