.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	width:180px;
	float: left;
	margin-bottom:10px;
	
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}
.gallery li:hover img {
	border-color: #999;
}

.gallery a {
	text-decoration: none;
	color: #000;
}
#comm{
	width:170px;
	height:45px;
	border-bottom:#ccc solid 1px;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
	margin-top:-4px;
	text-align:center;
}