.collection {
	width: 260px;
	height: 200px; 
	margin: 0 auto; 
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.collection a {
	text-decoration: none !important;
}

.collection img {
	width: 179px;
	margin: 0 40px;
	border: 2px silver outset;
}

.collection .title {
	width: 240px;
	margin: 0 10px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
}

.collection .subtitle {
	width: 220px;
	margin: 0 20px;
	text-align: center;
	font-size: 10px;
	display: inline-block;
}
