.homegroupstyle{
	margin: 15px 15px;
	width: 200px;
	height: 300px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 0 5px;
}
.homegroupstyle:hover{
	box-shadow: 0 0 8px 2px;
}
.homegroupstyle_image{
	width: 200px;
	height: 200px;
	margin: 0 auto 10px auto;
}
.homegroupstyle_image img{
	border: none;
	margin: 0;
	padding: 0;
}
.homegroupstyle_title{
	font-size: 0.9em;
}
.homegroupstyle_title a{
	font-weight: normal;
/*	color: #f8f8f8;*/
/*	text-decoration: none;*/
}
.homegroupstyle_title a:hover{
/*	color:#802B0A;*/
/*	text-decoration:none;	*/
}