
#fbWindow{
    z-index: 999;
    display: block;
    width:260px;
    height:400px;
    background: url(fbTab.png) right top no-repeat;
    position:fixed;
    top:150px;
    left:-210px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#fbWindow:hover{
    left:0;
}

#fbWindowLikeBox{
    display: block;
    background: #4a6ea9;
    width: 190px;
    height: 380px;
    padding: 10px;
}

#fbWindowLikeBox .fb-like-box{
    background: #ffffff;
}

#fbWindowLikeBox .fb_iframe_widget{
    margin-top:0;
}