#fblikebox {
    position:fixed;
    top:70px;
    right:-185px;
    z-index:35;
}
#fblikebox .iframeBox {
    background-color: #eeeeee;
    float: left;
}
#fblikebox .hand{
    background:url('./image/facebook.gif') no-repeat #425292 center center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display:block;
    float:left;
    width:41px;
    height:139px;
}
#fblikebox iframe {
    border:none;
    overflow:hidden;
}
@media only screen and (max-width: 767px) {
    #fblikebox .hand{
        background:url('./image/facebook_icon.png') no-repeat #425292 center center;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        display:block;
        float:left;
        width:41px;
        height:41px;
    }
}