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;
}
.islides-box {
    width: 100%;
	position: absolute;
	top:0;
    height: 100%;
    margin: auto;
    overflow: hidden;
}
.islides {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.islides li {
	position: absolute;
    width:  100%;
    height: 100%;
}
.islides li img{
    display: block;
    width: 100%;
    margin: auto;
}

.ipagination{
	position: absolute;
	bottom: 60px;
	z-index: 99;
}
.ipagination li{
    padding: 5px 3px;
	float: left;
	margin-right:10px;
}
.ipagination li a{
    display: block;
    width: 8px;
    height: 8px;
    
    border-radius: 8px;
    background:rgba(255,255,255,0.5);
	color: #fff;
    text-align: center;
    font-family: Arial;
	font-size:0px;
	text-decoration: none;
}
.ipagination .active{
	background: #fcc802; width:40px;
}