@charset "utf-8";
/* CSS Document */

.photo_border {
	border: 20px solid #F8BA35;
}
.photo_position {
	float: left;
}
.thumb_border {
	border: 7px solid #F8BA35;
}
.thumb_position {
	text-align: center;
	vertical-align: bottom;
	height: 134px;
}
.caption_position {
	text-align: center;
	vertical-align: top;
	height: 60px;
}
.caption_name {
	margin-top: 7px;
}
.caption_location {
	font-size: smaller;
}
