#awesome_facebook {
	position: relative;
	z-index:9999;
}

#facebookbox1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:2px solid #3B5998;
	background-color: #fff;
	position: fixed;
}

#facebookbox2 {
	overflow: hidden;
	display:block;
	text-align: left;
}

#facebookbox1 img {
	position: absolute;
	cursor: pointer;
	border: 0;
	z-index: 9999;
}

#facebookbox1 iframe {
	border:0px;
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;right:0;
	bottom:0;
	width:100%;
	height: 100%;
}
.fb-like-box {

		display:block;
		position:relative;
		width: 100%;
		height:100%;
}