#mwt_mwt_slider_scroll {
  right  top: 0;
    right:-360px;
    width:360px;    
    position:fixed;
    z-index:9999;
}

#mwt_slider_content {
    background:#3c5a98;
    text-align:center;
    padding-top:20px;
}
#mwt_fb_tab {
    position:absolute;
    top:20px;
    left:-24px;
    width:24px;
    background:#3c5a98;
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;   
    text-align:center;
    padding:9px 0;

    -moz-border-radius-topleft:10px;
    -moz-border-radius-bottomleft:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;    
}
#mwt_fb_tab span {
    display:block;
    height:12px;
    padding:1px 0;
    line-height:12px;
    text-transform:uppercase;
    font-size:12px;
}
