
/* nagłówek like box*/
div.fb-like {
    position: relative;
    top: -60px;
    left: 900px;

}  

/* nagłówek wysuwany fb*/
#face-slider{
	position:fixed; 
	right:-302px; 
	top:270px; 
	z-index:100; 
}
#face-slider #tab{
	cursor:pointer;
	height:133px;
	width:50px; 
	float:left; 
	background: url('images/fb-box.png') no-repeat center center; 
}
#face-code{
	padding:5px; 
	border: solid #0170cf 3px; 
	background: #fff; 
	float:left; 
	width:286px;  
	height:266px; 
	-moz-border-radius: 0 0 0 8px; 
	-webkit-border-radius: 0 0 0 8px; 
	border-radius: 0 0 0 8px;
}