#photos {
}
#photos #photo {
	float: left;
	height: 140px;
	width: 106px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: table;
	overflow: hidden;
}
#photos  #photo  img {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#photos #photo #photo_title {
	color: #845900;
}

#photo_comment_div {
	line-height: 170%;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
}

