.slides-box {
    width: 100%;
    height: 320px;
    margin: auto;
    overflow: hidden;
	position:relative;}
.slides {
    position: relative;
    height: 320px;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
	position: absolute;
    width:  100%;
    height: 320px;
}
.slides li img{
    display: block;
    width: 100%;
    margin: auto;
}

.pagination{z-index: 99; position:absolute; right:10px; bottom:10px;}
.pagination li{
    padding: 5px 3px;
	float: left;
}
.pagination li a{
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #fff;
	color: #333;
    text-align: center;
    font-family: Arial;
	text-decoration: none;
}
.pagination .active{	background: #811512; color:#fff;}