#imgPlay {
	OVERFLOW: hidden;
	WIDTH: 946px;
	ZOOM: 1;
	POSITION: relative;
	HEIGHT: 311px;

}
#imgPlay .imgs IMG {
	WIDTH: 946px;
		-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#imgPlay .imgs LI {
	FLOAT: left;
	POSITION: relative
}
#imgPlay .imgs {
	WIDTH: 5760px
}
#imgPlay .prev {
	LEFT: 0px;
	WIDTH: 38px;
	CURSOR: pointer;
	TEXT-INDENT: -9999px;
	POSITION: absolute;
	TOP: 125px;
	HEIGHT: 64px;
	background-image: url(../../imgPlayer02.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 99;
}
#imgPlay .next {
	LEFT: 0px;
	WIDTH: 38px;
	CURSOR: pointer;
	TEXT-INDENT: -9999px;
	POSITION: absolute;
	TOP: 125px;
	HEIGHT: 64px;
	z-index: 98;
	background-image: url(../../imgPlayer02.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#imgPlay .next {
	BACKGROUND-POSITION: right 0px;
	RIGHT: 0px;
	LEFT: auto
}

#imgPlay .num SPAN {
	DISPLAY: inline-block;
	MARGIN: 0px 2px;
	OVERFLOW: hidden;
	WIDTH: 14px;
	CURSOR: pointer;
	LINE-HEIGHT: 0;
	HEIGHT: 13px;
	background-image: url(../../imgPlayer02.png);
	background-repeat: no-repeat;
	background-position: -19px -70px;
}
#imgPlay .num SPAN.on {
	BACKGROUND-POSITION: 1px -70px

}


#imgPlay #numInner {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	POSITION: absolute;
	left: 54px;
	top: 293px;
	width: 200px;
	height: 16px;
}
