
.slides img{width:140px;height: 90px;}

.slides {
position:relative;
overflow: hidden;
  width: 850px; 
    padding: 0 75px 30px 75px;
    height: 140px;
 margin-top: 14px;
}

.slides .slide {
overflow:hidden;
	width:1000px;
}
.slides .slide ul li{
    position: relative;
margin: 0 15px;
    height: 110px;
}
.slides .next,.slides .prev {
	position:absolute;
	top:25px;
	left:0;
	width:61px;
	height:62px;
	background: #000;
	z-index:101;
}
.slides .next{background: url(../images/next.png) 0 0 no-repeat;}
.slides .prev {background: url(../images/prev.png) 0 0 no-repeat;}
.slides_container {
	width:100%;
	height:110px;
	overflow:hidden;
	position:relative;
}

.slides .next {
	left:940px;
}
.name-product{
    position: absolute;
    bottom: 5px;
    width: 100%;
display: block;
    text-align: center;
font-size: 14px;
    color: #333;
    background: #fff;
    padding: 3px 0;
    font-weight: bold;
}
.pagination {
    position: relative;
    z-index: 9999999;
	margin:0 auto;
	width:100px;
	display:none;
}

.pagination li {
	float:left;
	margin:0 1px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background: #000;
	float:left;
	overflow:hidden;
    border-radius: 50%;
      z-index: 9999;
    margin: 0 2px;
}

.pagination li.current a {
	background: #154995;
}

