body, ul ,li{
    margin: 0;
    padding: 0;
	list-style: none
}
.slides-box {
    width: 100%;
    height: 100px;
    margin: auto;
    overflow: hidden;
	position: relative;
}
.slides {
    position: relative;
    /*height: 100%;*/
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
	position: absolute;
    width:  100%;
    /*height: 100%;*/
    background:#1A1F3A;
    overflow: hidden;
}
.slides li img{
    display: block;
   	width:  100%;
    /*height: 100%;*/
    margin: auto;
}

.pagination-slide{
	position: absolute;
	bottom: 90px;
	z-index: 99;
	padding-bottom: 0;
}
.pagination-slide li{
    padding: 5px 8px;
	float: left;
}
.pagination-slide li a{
    display: block;
    width: 30px;
    height: 6px;
    line-height: 25px;
    /*border-radius: 25px !important;*/
    background: #fff;
    opacity: .7;
	/*color: #fff;*/
    text-align: center;
    font-family: Arial;
	text-decoration: none;
    padding:0;
    border:none;
}
.pagination-slide .active{
	background: #004BAA;
}
