.ares-sections{
    position:fixed;
    height:154px;
    top: 50%;
    margin-top: -77px; /* minus half the height */
    
    z-index: 6;
    
    right: 1%;
    display: none;
}
.ares-section-item{
    border-radius: 50%;
    behavior: url(PIE.htc);
    border: 1px solid #3f67a7;
    width: 20px;
    height: 20px;
    margin-top:2px;
    cursor:pointer;
    cursor:hand;
}
.ares-section-item:hover, .ares-active{
    background: #3f67a7;
}


