ul.student-info {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.student-info li {
	float: right;
	position: relative;
	margin-right: 26px;
	width: 220px;
	height: 236px;
}

ul.student-info li.first {
	margin-right: 0;
}

ul.student-info li img {
	position: absolute;
}

ul.student-info li figure {
	width: 220px;
	height: 220px;
	overflow: hidden;
}

#main ul.student-info li figure a:hover {
	background: none;
	border: none;
}

ul.student-info figure h3 {
	background: rgba(0, 0, 0, 0.2);
	color: #FFF;
	font-size: 1.429em;
	font-weight: bold;
	margin: 0;
	padding: 4px 12px;
	position: absolute;
	top: 187px;
	width: 196px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
