/* fb slider*/

.facebook_right {
    position: fixed;
    top: 500px;
    right: -305px;
    z-index: 99997;

    width: 305px;
    height: 389px;
}

.facebook_right #facebook_icon {
    position: relative;
    left: -34px;
    z-index: 99998;

    float: left;
    width: 34px;
    height: 60px;

    cursor: pointer;

    background: url(../img/fb.svg) no-repeat;
}

.facebook_box {
    position: absolute;
    z-index: 99999;

    float: right;
    width: 305px;

    border: 4px solid #3b5998;
    background-color: #fff;
}
