#footer #fb-sidePanel {
    width:296px;
    position:fixed;
    right:-296px;
    top:211px;
    height:212px;
    z-index:999;
}
#footer #panelHandle {
    height:47px;
    width:38px;        
    float:left;
    cursor:pointer;
}
#footer #panelContent {
    float:left;
    width:296px;
    height:212px;
    background-color:#EEEEEE;
    -webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.20);
    box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.20);
}
#footer #panelHandle img {
    right: 38px;
    position: relative;
    top: -212px;    
}

