.row {
	width:100%;
	margin: 15px auto;
	position: relative;
}
.row:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#filter {
	padding:20px 0 30px;
	list-style-type: none;
}
#filter li {
	float:left;
	margin:5px 10px;
}
#items {
	list-style-type: none;
	padding-left: 0;
}
.item {
	float:left;
	margin:5px 12px 8px;
	width:255px;
}
.resourceLink {
	max-width: 255px;
	width: 100%;
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline-block;
}
.item img {
	width: 225px;
	height: 225px;
}
a.panelLink {
	display:block;
	padding:10px;
	overflow: hidden;
	color: inherit;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	box-shadow: inset 0px 0px 15px 1px #555, -1px -1px 1px 1px white, 0px 3px 5px 2px #666;
	border-radius: 15px;
}