﻿
.facebook_right {
    width: 245px;
    height: 389px;
    position: fixed;
    right: -245px;
    top: 220px;
    z-index: 99997;
}
    .facebook_right #facebook_icon {
        float: left;
        height: 60px;
        width: 34px;
        left: -34px;
        background: url('../../../images/Producer/fb.png') no-repeat;
        cursor: pointer;
        position: relative;
        z-index: 99998;
    }
.facebook_right .facebook_box {
    background-color: #FFFFFF;
    border: 4px solid #3B5998;
    float: right;
    top: -60px;
    position: relative;
    z-index: 99999;
}
