body, ul {
    margin: 0;
    padding: 0;
}
body,html{
    height: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
ul li {
    list-style-type: none;
}
.slides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden; position:relative;
}
.slides {
	 background:#1A1A1A;
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
	
	position: absolute;
    width:  100%;
    height: 100%;
}
.slides li img{
    display: block;
    width: 100%;
    margin: auto;
}
.prev, .next {
    position: absolute;
    z-index: 2;
    top: 41%;
    margin-top: -40px;
    left: 2%;
    height: 70px;
    width: 30px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    opacity: .5;
}
.prev:hover, .next:hover{
	opacity: .7;
}
.prev{
	background:url(../images/pre.png) no-repeat center;
}
.next {
    left: auto;
    right: 2%;
    background: url(../images/next.png) no-repeat center;
}
.pagination{
	position: absolute;
	bottom:40px;
	z-index: 99;
}
.pagination li{
    padding: 0 6px;
	float: left;
}
.pagination li a{
		overflow:hidden;
    display: block;
    width: 10px;
    height: 10px;
    background:#000;
		color:#000;
    text-align: center;
    font-family: Arial;
		text-decoration: none;
		 -o-border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%;
}
.pagination .active{
	color:#FFF;
	background:#FFF;
}