@charset "utf-8";
/* CSS Document */

.profile_friendslist {
	text-align:center;
}
.profile_friendslist a {
	width: 112px;
	height:100px;
	vertical-align:top;
	margin: 5px;
	-moz-border-radius: 8px;
	display:inline-block;
	padding: 5px;
	border: 1px #ccc solid;
	position: static;
}
.profile_friendslist a:hover {
	text-decoration: none;
	background: #FFF0D9;
	border: 1px #F30 solid;
	font-weight:bold;
}
.profile_friendslist img {
	max-width:88px;
	max-height:88px;
}