
#members-list
{
	overflow: hidden;
}

#members-list ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#members-list li
{
	float: left;
	margin: 0 16px 17px 0;
}

#members-list .col-3
{
	margin-right: 0;
}

#members-list a
{
	display: block;
	width: 123px;
	height: 139px;
	background: url('../images/whoznexters/list_item_bg.gif') no-repeat;
}

#members-list li.active a,
#members-list a:hover
{
	background-image: url('../images/whoznexters/list_item_hover_bg.gif');
	color: #FFF;
	text-decoration: none;
}

#members-list .image
{
	display: block;
	width: 116px;
	height: 109px;
	background-repeat: no-repeat;
}

#members-list .name
{
	display: block;
	padding: 2px 0 0 6px;
	font-size: 0.85em;
	white-space: nowrap;
	overflow: hidden;
	width: 104px;
}
