body.archive .selections a {
	display: block;
	width: 220px;
	height: 210px;
	border: 1px solid #2e2e2e;
}
body.archive .selections a:hover {
	border: 1px solid #FFF;
	background-color: #2e2e2e;
}
body.archive .selections .item {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
body.archive .selections .item .details {
	padding: 10px 5px 8px 10px;
}
body.archive .selections .item .details .artist {
	font-size: 13px;
	color: #FFF;
	padding-bottom: 6px;
}
body.archive .selections .item .details .debut {
	font-size: 9px;
	color: #8f8f8f;
	padding-bottom: 10px;
}
body.archive .selections .item .details .view {
	font-size: 9px;
	text-transform: uppercase;
	background-color: #eb3102;
	color: #FFF;
	padding: 3px 8px 3px 5px;
	display: inline;
}
body.archive .selections .item .details .view .arrow {
	font-size: 13px;
}
