*{margin:0;padding:0}
html,body{
}
.barimg{
  width:587px;
  height:342px;
  position: relative;
  overflow: hidden;
  border: 0px solid #dcdcdc;
  border-radius: 3px;
}
.slider{
	position: absolute;
	height:342px;
	left:0;
	top:0;
	width: 100%;
}
.slider li{
	float: left;
	list-style-type: none;
	height:100%;
	width: 587px;
}
.slider img{
	border:0;
	width:587px;
	height:342px
}
.btnBox{
	position: absolute;
	bottom:0px;
	width:100%;
	height:30px;
	text-align:right;
	line-height:30px
}
.btnBox .btn{
	margin-right:5px;
	display: inline-block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	background:#ddd;
	cursor: pointer;
	border-radius: 15px;
}
.btnBox .cur{background:#5DCB17;color: #fff}