/*group member list - center*/
.community_group_members li{
display:block;
border-top:1px dotted silver;
height:140px;
overflow:hidden; 
padding:6px 0px!important;
}
.community_group_members .community_group_member_picture{
display:block;
float:left;
}

.community_group_members .community_group_member_username{
line-height:20px;
display:block;
float:right;
width:77%;
margin-top:15px;
}
.community_group_members a{
text-decoration:none;
font-weight:bold;
margin-right:7px;
height:auto;
overflow:hidden;
&nbsp;}
.community_group_members .community_group_member_role{
line-height:20px;
display:block;
float:right;
width:77%;
}
.community_group_members .community_group_member_role_value{
font-weight:bold;
color:#534741!important;
}
