#framePopUp {
    background-color:black;
    display: none;
    height: 1000px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#inPopUp {
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 100;
	background-color:white;
}
html > body #inPopUp {
    position: fixed;
}

.slide_likebox {
	float:right;
	width:247px;
	height:420px; 
	background: url(../images/fbsdz.png) no-repeat !important;
	display:block;
	right:-205px;
	padding:0;
	position:fixed;
	top: 170px;
	z-index:1002;
}

.slide_text {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 8px; 
	padding-left: 10px;
	text-decoration: none;
	color: #FFF;
}

