.frame_portraits{
    background-color: white;  
    padding-left: 30px;
}

.portrait{
    width: 130px;
    height: 126px;
    background-color:#ccc;
    margin-left: 10px;
    margin-bottom: 10px;
    border: black 1px solid;
    float: left;
    margin-top:10px;
}

.portrait_imageframe{
    background:url(../img/portrait.png); 
    width: 117px;
    height: 79px;
    margin-left: 10px;
    display: block;
    margin-top: 10px;
    overflow: hidden;}

.portrait_imageframe img{
    width: 108px;
    display: block;
    margin-right:5px;
    margin-left: 1px;
    margin-top: 1px;
}

.portrait_playerframe{
    font-size: 13px;
    border-top:black 1px solid;
    border-bottom: black 1px solid;
    height:19px;
    background-color: white;
    margin-top: 6px;
    text-align: center;
    color: black;
    cursor:default;
}

.portrait:hover{
    background:url(../img/portraintframe_hover.png) repeat-y; 
}
