.new-users { margin-left: 0; margin-top: 5px; margin-right: -5px; }/*margin-left: 15px;*/
.new-users li { list-style: none; padding: 0; margin: 0; margin-right: 5px; margin-bottom: 5px; }
.new-users li img { width: 56px; height: 56px; z-index: 1; }

.new-users .rollover { display: none; width: 56px; height: 56px; margin-top: -56px; background: #046b94; z-index: 10000; position: relative; top: 0; left: 0; overflow: hidden; }
.new-users .rollover .container { margin: 5px; overflow: hidden; }
.new-users .rollover .container .w { width: 300px; }

.new-users .icons { margin-top: 15px; }
.new-users .icons span { display: block; width: 16px; height: 16px; float: left; }
.new-users .icons span.message { background: url( message-icons.png ) bottom no-repeat; }
.new-users .icons span.add-to-friend { background: url( friend-icons.png ) bottom no-repeat; }
.new-users .icons span:hover { background-position: 0 -16px; }
.new-users .icons span:active { background-position: 0 0; }
.new-users .icons .item { margin-right: 13px; }