ul.assets-row, ul.assets-row * {
	padding:0;
	margin:0;
}

ul.assets-row {
	clear:both;
	float:left;
	width:100%;
	margin: 10px 0 0 0;
}

ul.assets-row li {
	position:relative;
	padding:10px 0 0 0;
	height: 164px;
	width: 164px;
	float:left;
	list-style-type: none;
	text-align:center;
	border: 1px solid #60bfe1;
	font-size: 1em
}

ul.assets-row li.spaced {
	margin-right:10px
}

ul.assets-row li div {
	text-align:center;
	height: 70px;
	margin-bottom:17px;
}

#supporter-name {
	text-align:center;
    height: auto;
    margin:0 5px 10px 5px;
}

ul.assets-row li a {
	position:absolute;
	bottom: 0;
	left: 0;
	padding: 6px 5px 5px 5px;
	width:154px;
	display: block;
	color: #fff;
	text-align:center;
	background:#60bfe1;
	font-size: 0.8em
}
ul.assets-row li a span {
	display:block;
	padding: 0 0 0 7px;
	background: transparent url('../img/asset-link.gif') 25px 3px no-repeat;
}

#page-controls {
	float: left;
	clear:both;
	width:300px;
	padding: 10px 5px
}

#page-controls div, #page-controls a  {
	padding:1px 3px;
	float: left;
}

#page-controls a {
	padding:1px 3px;
	color: #D21034;
	text-decoration:none;
}

#page-controls a:hover {
	background: #60bfe1;
	color: #fff
}
