#sw_facebook_display {
	position: relative;
}
#fbbox1 {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border:3px solid #D4CBAB;/*#00aced-#B7A977*/
	background-color: #fff;
	position: fixed;
}
	
	}
#fbbox2 {
	overflow: hidden;
	text-align: right;
}
#fbbox1 img {
	position: absolute; 
	top: 0px; 
	cursor: pointer;
	border: 0;
	z-index: 10000;
}
#fbbox1 iframe {
	border:0px;	overflow: hidden; 	position: absolute;	width:100%;	height: 100%;
}