.profile_container{
	max-height:420px;
	overflow:hidden;
}

.profile_container li a {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	display: block;
	width: 185px;
	height: 185px;
	background-position: top right;
}

.profile_container li a:hover {
background-position: top left;
}

.profile_container li a span {
	display:none;	
}