#out {
    position: relative;
}
#shadow {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    display: inline;
}
#avatarSelector {
    width: 656px;
    position: absolute;
    color: white;
    background: black;
    height: 400px;
    top: 400px;
    display: none;
    z-index: 20;
}
#avatarSelector .close {
    color: #fff;
    text-decoration: none;
    top: -20px;
    right: 5px;
    font-size: 12px;
    position: absolute;
    display: block;
}
#avatarText {
    height: 100%;
    overflow: auto;
    color: black;
}
#avatarSelector .title {
    position: absolute;
    font-weight: bold;
    line-height: 20px;
    top: -20px;
    left: 5px;
}
.clearFix {
    clear: both;
}
#avatarText a {
    display: block;
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #7E0505;
    background-color: white;
    float: left;
    margin: 2px;
}
#avatarText a:hover {
    border-color: black;
}
