.widget_authoravatars {
    padding-left: 0px;
}
/*
.widget_authoravatars .author-list .user .with-name {
	padding: 6.2em;
}
*/
.widget_authoravatars #author-list {
    margin: 5px 5px 5px 6px;
    z-Index: 1;
}

.widget_authoravatars #author-list .with-name {
    float: left;
    width: 54px;
    height: 67px;
    z-Index: 5;
}

.widget_authoravatars #author-list .user .name {
	display: block;
	width: 50px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 3px;
    z-Index: 5;
    line-height: 15px;
    margin-top: -3px;
    *margin-top: 0px;
}

.widget_authoravatars a img {
	margin-right: 3px;
	margin-left: 3px;
}

.widget_authoravatars #view_network {
    float: left;
    width: 191px;
    height: 23px;
    color: #ffffff;
    font-size: 11px;
    border: 0px;
    text-align: right;
    overflow: hidden;
    cursor: hand;
    cursor: pointer;
    margin: 10px 0 0 19px;
    background: url(../images/friends_button.png) no-repeat 0 0;
}
.widget_authoravatars #view_network:hover {
    background-position: 0 -23px;
}
.widget_authoravatars #view_network:active {
    background-position: 0 -46px;
}
.widget_authoravatars #view_network .text {
    margin: 3px 7px 0 0;
}
.widget_authoravatars #view_network, .widget_authoravatars #view_network:hover {
    text-decoration: none;
}
