#gallery {
}

#gallery .album_entry {
  margin: 0;
  padding: 0 15px;
}

#album_table {
	margin: 0;
	padding: 0;
	
	width: 100%;
	
	border-width: 0;
	border-style: none;
	border-collapse: collapse;
}

#album_table td {
	margin: 0;
	padding: 0;
	width: 200px;
}

#album_table .spacer {
	font-size: 5px; 
	height: 5px
}

#album_table .picture {
	vertical-align: bottom;
}

#album_table .picture img {
	width: 175px;
	vertical-align: bottom;
}

#album_table .text {
	vertical-align: top;
}

#album_table .text .date{
	text-align: center;
	font-size: 70%;
}

#album_table .text .desc {
	text-align: center;
	font-size: 90%;
}
