.img-content *{
	box-sizing: border-box;
}
.img-content .small-img{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top:15px;
}
.small-img ul{
	list-style: none;
	position: relative;
	width: 5000px;
	margin: 0;
	padding: 0;
	left: 0;
	/*transition: all 1s;*/
}
.small-img ul:after{
	content: "";
	display: block;
	clear: both;
}
.small-img ul li{
	float: left;
	width: 136px;
	height: 90px;
	margin-right: 4px;
	padding: 0px;
    box-sizing: border-box;
}
.small-img ul li img.moveimg{
	width: 100%;
	height: 100%;
	cursor: pointer;
	border: 3px solid #ddd;
}
/*.small-img ul li img.moveimg.active{
	border: 2px solid #46d4a9;
}*/

.small-img .left{
	left: 5px;
	top: 20px;
}
.small-img .right{
	right: 5px;
	top: 20px;
}
.small-img .right,.small-img .left{
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 45px;
    height: 45px;
    font-size:20px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    background: rgba(0,0,0,0.6);
    color: #FFFFFF;
    cursor: pointer;
    font-weight:bold;
    font-family: "ËÎÌå";
}
<!--ºÄÊ±1784883321.6002Ãë-->