.hyweb { width:100%; height:450px; position: relative; overflow:hidden; }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:450px;
}
.hyweb li img{ border:0px; width:1000px;height:450px;}
.hyweb li A{ width:1000px;TEXT-INDENT: -1010px;height:450px; DISPLAY: block; WHITE-SPACE: nowrap; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {left:45%; bottom:22px; overflow:hidden;  height:14px; line-height:14px; position: absolute; z-index: 999;	}
.hyweb .num li { text-align:center;
	width: 14px;
	height: 14px;
	line-height:14px;
	color:#fff;
	cursor:pointer;
	float: left;
	overflow:hidden;
	background-image: url(ico01.png);
	background-repeat: no-repeat;
	background-position: center center;font-family: Arial, Helvetica, sans-serif;
	font-size: 0px; margin-left:4px; margin-right:4px;
}
.hyweb .num li.on {
	color:#DF0023;
	background-image: url(ico02.png);
	background-repeat: no-repeat;
	background-position: center center;
} /*当前项*/
.hyweb .zz{
	width:100%;position: absolute; z-index: 888;
	left:0px; bottom:0px; height:30px;
	background-image: url(xb.png);
	background-repeat: repeat;
	background-position: left top;
}
/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 75px;
	height:450px;
	position: absolute;
	filter: Alpha(Opacity=1);
-moz-opacity:1;		opacity:1;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:0px;
	background-image: url(left.png);
}
.hyweb .next {
	right:0px;
	background-image: url(right.png);
}
#player {
	 margin: 0px auto; width:1200px; height:130px; position: relative; z-index: 0;
}
#player .Limg {
	position: relative;
}
#player .Limg li {
	left: 0px;
	top: 0px;
	position: absolute;
	width:1200px; height:130px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}
#player .Limg li img {
	padding: 0px; border: 0px; width:1200px; height:130px;
}
#player .Nubbt {
	right: 0px; bottom:0px; line-height: 13px; position: absolute; z-index: 999;
}
#player .Nubbt span {
	background-position: center center;
	width: 22px;
	height: 13px;
	float: left;
	display: block;
	cursor: pointer;
	text-align:center;
	line-height:14px;
	background-color:#000000;
	font-size: 12px;
	color: #FFFFFF;
	border-left:#ffffff solid 1px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#player .Nubbt span.on {
	color: #ffffff;
	border-left:#ffffff solid 1px;
	background-image: url(hd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
