﻿.slides-box { 
	 height:308px; 
	line-height:0px;
     padding:0px;
	 margin:0px;
	 display:block;
	 
}
.slides {
    position:relative;
	width:1130px;
	height:308px;
	 
} 
.slides li {
    position:absolute;
	left:0px;
    width:1130px;
	height:308px;
	list-style-type:none;
	line-height:0px;
	top:0px;
	
}
.slides li img{ 
    margin:0 auto;
}
.prev, .next {  
	clear:both;
    z-index:999;
    
    left:0;
	 margin:0px 300px;
    height: 134px;
    width:150px;
    color: #fff;
    cursor:pointer;
    background-color:#000;
  /*  filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;*/
}
/*.prev:hover, .next:hover{
    filter:alpha(opacity=70);
    -moz-opacity:.7;
    opacity:.7;
}*/
.prev{ 
    background:url("../img/main/arrow_l.png") 100px 0 no-repeat;
}
.next { 
    left: auto;
    right: 0;
    background:url("../img/main/arrow_r.png") 0px 0 no-repeat;
}
.pagination{
 display:none;
   position: absolute;
	top:600px;
	z-index: 99;
}
.pagination li{  
    display: block; 
	 text-align: right;
	float:left;
}
.pagination li a{
    display: block;
    width: 20px;
    height:20px;
    line-height: 25px;
    border-radius: 14px;
    background: #fff;
	color: #fff;
    text-align: center;
    font-family: Arial;
	text-decoration: none;
}
.pagination .active{
	background: #e9af64;
}