.boxwrapper *{
			margin: 0;
			padding: 0;
}
.boxwrapper{
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	background-color: green;
}
.boxinner{
	overflow: hidden;
	position: absolute;
	list-style: none;
}
.boxinner li{
	float: left;
	background-color: #DCDCDC;
	margin-right:0px;
}

.btnitem{
	list-style: none;
	position: absolute;
	bottom: 5px;
	padding-left: 400px;
}
.btnitem li{
	float: left;
	width: 10px;
	height: 10px;
	line-height: 10px;
	border-radius: 5px;
	border: solid 1px #eee;
	text-align: center;
	background-color: white;
	margin-right: 5px;
	color: white;
	cursor: pointer;
}
.btnitem li.current
{
	width: 26px;
	height: 10px;
	line-height: 26px;
	border-radius: 5px;
	background-color: white;
	/* color: gold; */
}

.btnleft{
	position: absolute;
	left: 0;
	top:50px;
	z-index: 10;
	width: 20px;
	height:50px;
	cursor: pointer;
	background-image: url("../images/nav.png")/*tpa=http://www.mmhygame.com/images/nav.png*/;
	background-position: -10px 5px;
	background-repeat: no-repeat;
	opacity: .5;
	
}
.btnhover
{
	background-color:#000;
	opacity: .8;
}
.btnright{
	position: absolute;
	right: 0;
	top:50px;
	z-index: 10;
	width: 20px;
	height:50px;
	cursor: pointer;
	background-image: url("../images/nav.png")/*tpa=http://www.mmhygame.com/images/nav.png*/;
	background-position: -55px 5px;
	background-repeat: no-repeat;
	opacity: .5;
}

