.hyweb { width:100%; height:362px; position: relative; overflow:hidden;  }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:362px; text-align:center;
}
.hyweb li img{ border:0px; }
.hyweb li A{ width:100%;height:362px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {
	left:45%;
	bottom:20px;
	padding:4px;
 height:12px; 	line-height:12px;
	position: absolute;
	z-index: 999;
	background-repeat: repeat;
	background-position: left top;border-radius:6px;
}
.hyweb .num li {
	text-align:center;
	width: 12px;
	height: 12px;
	line-height:0px;
	overflow:hidden;
	background-color:#fff;
	font-size:0px;
	text-align:center;
	margin-right: 3px;
	margin-left:3px;
	cursor:pointer;
	float: left;
border-radius:12px; border:#0089E1 solid 2px;
}
.hyweb .num li.on {
	background-color:#0089E1; border:#86D2E9 2px solid;
} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 80px;
	height:362px;
	position: absolute;
	filter: Alpha(Opacity=0.5);
-moz-opacity:0.8; 		opacity:0.8;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:1%;
	background-image: url(left1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:1%;
	background-position: right center;
	background-image: url(right1.png);
}

