#box{
	position:relative;
	width:1045px;
	height:392px;
	margin:30px auto 0;
	opacity: 0;
}
#box ul{
	position:relative;
	height:392px;
}
#box li{
	position:absolute;
	/*border:2px solid #000;*/
	list-style:none;
	background:#000;
	width:0;
	height:0;
	top:146px;
	left:377px;
	z-index:0;
	cursor:pointer;
	overflow:hidden;
	border-radius:3px;
}
#box li img{
	width:100%;
	height:100%;
	vertical-align:top;
}
#box .prev, #box .next{
	position:absolute;
	top:25%;
	width:39px;
	height:80px;
	margin-top:-40px;
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer;
	background:url("../images/index/btn.png")/*tpa=http://www.morpheusideas.com/wp-content/themes/morpheusidea2020/images/index/btn.png*/ no-repeat;
	z-index:1000
}
#box .prev{
	left:6px;
}
#box .next{
	right:-2px;
	background-position:-39px 0;
}
#box pre{
	border:none !important;
}