
*{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}


.focus-img{
	position: relative;
	width: 1000px;
	height: 60px;
	margin: 0px auto;
}


.focus-img-con{
	position: relative;
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	background-color: #f5f5f5;
	overflow: hidden;
}

.focus-img-con ul{
	position: absolute;
	top: 0;
}
.focus-img-con ul li{
	color: #fff;
	text-align: center;
	line-height: 60px;
	padding-right: 60px;
	float: left;
}
.focus-img-con ul li div{
	width: 166px;
	height: 60px;
}
.focus-img .change-bnt{
	display: block;
	width: 30px;
	height: 60px;
	position: absolute;
	top: 40%;
	margin-top: -25px;
	background-color: #f5f5f5;
}
.focus-img .change-bnt.prev-bnt{
	left: 10px;
}
.focus-img .change-bnt.next-bnt{
	right: 10px;
}