

/*本例css*/
.imgplay02 {
	width: 1000px;
	height: 179px;
	position: relative;
	overflow: hidden;
}

/*数字按钮样式*/
.imgplay02 .num {
	overflow: hidden;
	height: 18px;
	position: absolute;
	bottom: 15px;
	left: 500px;
	zoom: 1;
	z-index: 3
}
.imgplay02 .num li {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-weight: 400;
	font-family: "稬硁タ堵砰", Verdana;
	color: #EFEFEF;
	background: #444444;
	margin-right: 10px;
	border-radius: 50%;
	cursor: pointer;
	float: left;
	font-size: 9px;
}
.imgplay02 .num li.on { 
	background: #FF7700;
 }

/*上一个  下一个*/
.imgplay02 .prev,

.imgplay02 .next {
	display: none;
	width: 50px;
	height: 100px;
	position: absolute;
	top: 35px;
	background-image: url(../btn.png);
	background-repeat: no-repeat;
 }
.imgplay02 .prev { 
left: 0; 
}
.imgplay02 .next { 
right: 0; 
background-position: right 
}
