table#gallery {
	border-collapse: collapse;
}

table#gallery a {
	border: none;
}

table#gallery img {
	border: none;
	margin-bottom: 16px;
	margin-right: 16px;
}

table#gallery img:hover {
	/*border: 1px dashed black;*/
}

table#gallery {

}

table#gallery td {

}

#detail {
	text-align: left;
}

#detail table td {
	vertical-align: bottom;
}

td#detail-description {
	padding-left: 20px;
}