ul li {
    list-style-type: none;
}
.slides li img{
    display: block;
    width: 100%;
    margin: auto;
}
.prev, .next {
    position: absolute;
    z-index: 99;
    top: 100%;
    margin-top: -80px;
    right: 80px;
    height: 80px;
    width: 80px;
    color: #fff;
    cursor: pointer;
    background-color: #fff;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}
.prev:hover, .next:hover{
    filter:alpha(opacity=95);
    -moz-opacity:.95;
    opacity:.95;
}
.prev{
    background:#f9f9f9 url("../images/icon/nav_bg.png") 18px 0 no-repeat;
}
.next {
    left: auto;
    right: 0;
     background:#f9f9f9 url("../images/icon/nav_bg.png") -18px 0 no-repeat;
}
.pagination{
	position: absolute;
	bottom: 5px;
	z-index: 99;
}
.pagination li{
    padding: 5px 3px;
	float: left;
}
.pagination li a{
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    background: #000;
	color: #fff;
    text-align: center;
    font-family: Arial;
	text-decoration: none;
}
.pagination .active{
	background: red;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.slides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    float:left;
    position:absolute;
}
.slides {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
    position: absolute;
    width:  100%;
    height: 100%;
}
.prev, .next {
    display:block;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.slides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    float:left;
    position:absolute;
}
.slides {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
    position: absolute;
    width:  100%;
    height: 100%;
}
.prev, .next {
    display:block;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 659px) {
.slides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    float:left;
    position:absolute;
}
.slides {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
    position: absolute;
    width:  100%;
    height: 100%;
}
.prev, .next {
    display:block;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) {
.slides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    float:left;
    position:absolute;
}
.slides {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
    position: absolute;
    width:  100%;
    height: 100%;
}
.prev, .next {
    display:block;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.slides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    float:left;
    position:absolute;
}
.slides {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
    position: absolute;
    width:  100%;
    height: 100%;
}
.prev, .next {
    display:block;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.slides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    float:left;
    position:absolute;
}
.slides {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
    position: absolute;
    width:  100%;
    height: 100%;
}
.prev, .next {
    display:block;
}
}