#info_area .sample{
	position: relative;
	width: 100%;
	left: -38px;
	padding: 20px 38px;
}
#info_area .sample h4{
	color: #06e3ff;
	font-size: 20px;
	font-weight: bold;
	/*text-indent: -4.5em;
	margin-left: 4.5em;*/
}
#info_area .sample .btn{
	cursor: pointer;
}

#floatSample{
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	z-index: 50;
	display: none;
	opacity: 0;
}

#floatSample .wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#floatSample .close{
	position: absolute;
	width: 107px;
	height: 22px;
	overflow: hidden;
	top: 50%;
	margin-top: -330px;
	left: 50%;
	margin-left: 313px;
}
#floatSample .close:hover img{
	margin-top: -22px;
	cursor: pointer;
}
#floatSample .next{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -480px;
}
#floatSample .prev{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: 430px;
}
#floatSample .wrapImage{
	position: absolute;
	height: 600px;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	margin-left: -420px;
	overflow: hidden;
}
#floatSample .wrapImage .page{
	position: absolute;
	width: 840px;
	z-index: 0;
	top: 0;
	height: 600px;
	opacity: 0;
}
#floatSample .wrapImage .n1{
	position: relative;
	z-index: 1;
	opacity: 1;
}