#boxfo{
	position:relative;
	width:742px;
	height:300px;
	margin:20px auto 0;
}
#boxfo ul{
	position:relative;
	width:100%;
	height:100%;
	margin: 0 auto;
}
#boxfo li{
	position:absolute;
	list-style:none;
	background:#4d4d4d;
	width:0;
	height:0;
	top:146px;
	left:377px;
	z-index:0;
	cursor:pointer;
	overflow:hidden;
	border-radius:50%;
	box-shadow: 0 0  20px rgba(0,0,0,0.18);
}
#boxfo li img{
	width:100%;
	height:100%;
	vertical-align:top;
}
#boxfo .prev, #boxfo .next{
	position:absolute;
	top:35%;
	width:39px;
	height:80px;
	margin-top:10px;
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer;
	background:url(../images/btn3.png) no-repeat;
	border: none !important;
}
#boxfo .prev{
	left:-25px;
	z-index: 2;
}
#boxfo .next{
	right:-34px;
	background-position:-39px 0;
	z-index: 2;
}


#boxse{
	position:relative;
	width:742px;
	height:300px;
	margin:20px auto 0;
}
#boxse ul{
	position:relative;
	width:100%;
	height:100%;
	margin: 0 auto;
}
#boxse li{
	position:absolute;
	list-style:none;
	width:0;
	height:0;
	top:146px;
	left:377px;
	z-index:0;
	cursor:pointer;
	background:#4d4d4d;
	overflow:hidden;
	border-radius:50%;
	box-shadow: 0 0  20px rgba(0,0,0,0.18);
}
#boxse li img{
	width:100%;
	height:100%;
	vertical-align:top;
}
#boxse .prev, #boxse .next{
	position:absolute;
	top:35%;
	width:39px;
	height:80px;
	margin-top:10px;
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer;
	background:url(../images/btn3.png) no-repeat;
	border: none !important;
}
#boxse .prev{
	left:-25px;
	z-index: 2;
}
#boxse .next{
	right:-34px;
	background-position:-39px 0;
	z-index: 2;
}


#boxsk{
	position:relative;
	width:675px;
	height:300px;
	margin:20px auto 0;
}
#boxsk ul{
	position:relative;
	width:100%;
	height:100%;
	margin: 0 auto;
}
#boxsk li{
	position:absolute;
	list-style:none;
	width:0;
	height:0;
	top:146px;
	left:377px;
	z-index:0;
	cursor:pointer;
	overflow:hidden;
	border-radius:30px;
}
#boxsk li img{
	width:100%;
	height:100%;
	vertical-align:top;
}
#boxsk .prev, #boxsk .next{
	position:absolute;
	top:35%;
	width:39px;
	height:80px;
	margin-top:10px;
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer;
	background:url(../images/btn3.png) no-repeat;
	border: none !important;
}
#boxsk .prev{
	left:-31px
}
#boxsk .next{
	right:-34px;
	background-position:-39px 0;
}