

#gallery table {
	float: left;
	margin: 0 30px 10px 0;
}
#gallery th {
	border: 1px solid #CCC;
}
#gallery img {
	background: url(../images/gallery/thumb.gif) center no-repeat;
}
#gallery td {
	line-height: 14px;
	padding-top: 6px;
	height: 100px;
	width: 100px;
	vertical-align: top;
	background: url(../images/gallery/white-bot.gif) top no-repeat;
}
#gallery strong {
	font-size: 11px;
}


