#rightbrands {
    position:fixed;
    top:50%;
    height:80%;
    right:0px;
    /*background-color: #f0f0f0;*/
    z-index: 99999;
}
#rightbrands .button {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

    position:absolute;
    top:-75px;
    left:-50px;
    width:50px;
    height:150px;
    margin-top:50%;
    background: url('/images/bb.png') repeat center;
    cursor:pointer;
}
#rightbrands .button .bubble{
    position:absolute;
    top:50%;
    margin-top:-25px;
    height:50px;
    width:50px;
    right:0px;
}
#rightbrands .container {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    
    padding:10px;
    
    position:relative;
    float:right;
    right:0px;
    top:0px;
    height:100%;
    overflow-y:scroll;
    background: url('/images/bb.png') repeat center;
}