#moreUsersPlaceholder{
	width: 734px;
	height: 133px;
	background-color: rgba(255,255,255,0.8);
	margin-top: 14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	padding: 13px 0 0 7px;
}

#moreUsersPlaceholder .title{
	font-size: 16px;
	margin-bottom: 13px;
}

#moreUsersPlaceholder .items{
	height: 100px;

}

#moreUsersPlaceholder .items a.one{
	display: block;
	width: 90px;
	height: 100px;
	float: left;
	margin: 0 1px 0 0;
}