@charset "utf-8";

#widget-right-fb, #widget-right-google
{
    position: fixed;
    z-index: 10000;
    top: 260px;
    width: 260px;
    right: -262px;
    background-color: #fff;
    border: 2px solid #142770;
    border-right: 0;
}
#widget-right-google{
    top: 145px;
    border: 2px solid #b11235;
    border-right: 0;
}

#widget-right-fb #showButton, #widget-right-google #showButton
{
    cursor: pointer;
    width: 33px; 
    height: 101px;
    position: absolute;
    left: -35px;
    border-right: 0;
    text-align: center;
}

#widget-right-fb #layoutMode, #widget-right-google #layoutMode
{
    display: block;
    padding: 0; 
    width:100%; 
    height:271px;
}
#widget-right-google #layoutMode
{
    height:358px;
}