.facebook_left {
    width: 245px;
    height: 389px;
    position: fixed;
	left: -245px;
	top: 332px;	
	z-index: 99997;
}
.facebook_left #facebook_icon {
	float: right;
	height: 60px;
    width: 50px;
    right: -46px;
    background: url("/static/images/fb.svg") no-repeat;
	cursor: pointer;	
	position: relative;	
    z-index: 99998;	
}
.facebook_left .facebook_box {
    background-color: #FFFFFF;
	border: 4px solid #3B5998;
    float: left;
	top: -60px;
	position: relative;	
    z-index: 99999;		
}