#face-slider {
	position:fixed;
	left:-302px; 
	top:242px; 
	z-index:100; 
}

#face-slider #face-tab {
	cursor:pointer; 
	height:36px; 
	width:36px; 
	float:right; 
	background: url(../images/fb.png) no-repeat center center;
}

#face-code {
	padding:5px; 
	border: solid #355d9d 3px; 
	background: #fff; 
	float:left; 
	width:286px; 
	height:296px;
	-moz-border-radius: 0 0 8px 0; 
	-webkit-border-radius: 0 0 8px 0; 
	border-radius: 0 0 8px 0;
}

