.social{

    width: 292px;
    height: 258px;
    border: none; 
    overflow: hidden; 
}
 
#face-slider{
    position:fixed;
    left:-302px;
    top:208px;
    z-index:100;
}
 
#face-slider .tab{
    cursor:pointer;
    width:35px;
    height:110px;
    float:right;
    background-image: url("../images/facebook-slider.png");
	background-position:  no-repeat center center;
}
 
#face-code{
    padding:1px;
    border: solid #0170cf 3px;
    background: #fff;
    float:left;
    width:300px;
    height:250px;
    -moz-border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;
}