/* Script Facebook */
.facebook_right {
    width: 290px;
    height: 590px;

    position: fixed;
    z-index: 99997;
    top: 120px;
    right: -290px;
}

.facebook_right #facebook_icon {
    width: 50px;
    height: 136px;

    position: relative;
    z-index: 99998;
    left: -50px;

    float: left;

    cursor: pointer;

    background: url(../images/logo_fb_r.png) no-repeat;
}

.facebook_box {
    width: 290px;

    position: absolute;
    z-index: 99999;

    float: right;

    border: 4px solid #3b5998;
    background-color: #fff;
}

/* End Script Facebook */