.multiGalleryBox {
	font-size: 12px;
	line-height: 16px;
	padding: 0 37px 0 0;
}
.multiGalleryBox h3 a {
	text-decoration: underline;
}
.multiGalleryItem {
    float: left;
    margin-right: 30px;
}
.multiGalleryItem a{
    display: block;
}
.multiGalleryItem a:hover{
    color: #a71e1e;
}
.multiGalleryPic {
    display: block;
	overflow: hidden;
	width: 133px;
	background: #fff;
	margin: 0 0 7px;
}
.multiGalleryText {
	display: block;
    overflow: hidden;
	width: 133px;
    height: 50px;
	text-align: center;
	color: #a71e1e;
	padding: 0 0 15px;
}
.multiGalleryText a {
	color: #a71e1e;
}