
#imgPlay {
overflow: hidden; width:1440px;margin:0 auto; zoom: 1; position: relative; height: 420px
}

#imgPlay .imgs li {
	float: left; position: relative;width:1440px; height:420px;

}

#imgPlay .imgs {
	width: 5760px;
}
#imgPlay .btn {
	right: 12px; overflow: hidden; width: 112px; bottom:12px; text-indent: -9999px; position: absolute; height: 29px;
}
#imgPlay .btn a {
	background: url(../images/bg.png) no-repeat; display: block; width: 112px; height: 29px;
}
#imgPlay .btn a:hover {
	background: url(../images/bg.png) no-repeat 0 -30px;
}
#imgPlay .prev {
	background: url(../images/imgPlayer.png) no-repeat; left:0; width: 46px; cursor: pointer; text-indent: -9999px; position: absolute; top:170px; height: 81px
}
#imgPlay .next {
	background: url(../images/imgPlayer.png) no-repeat right 0;right:0; width: 46px; cursor: pointer; text-indent: -9999px; position: absolute; top:170px; height: 81px
}
#imgPlay .num {
	display: inline; left: 400px; position: absolute; bottom:20px; height: 19px
}
#imgPlay .num span {
	display: inline-block; background: url(../images/imgPlayer.png) no-repeat -19px -83px; margin: 0px 2px; overflow: hidden; width: 14px; cursor: pointer; LINE-height: 0; height: 13px
}
#imgPlay .num span.on {
	background-position: 1px -83px
}
#imgPlay .num .lc {
 background: url(../images/lc.png) no-repeat; float: left;width: 13px;padding:3px 0 0; height: 16px
}
#imgPlay .num .mc {
 background: url(../images/lc.png) no-repeat; float: left;width: 13px;padding:3px 0 0; height: 16px
}
#imgPlay .num .rc {
 background: url(../images/lc.png) no-repeat; float: left;width: 13px;padding:3px 0 0; height: 16px
}
#imgPlay .num .mc {
	background: url(../images/mc.png) repeat-x
}
#imgPlay .num .rc {
	background: url(../images/rc.png) no-repeat
}
#imgPlay #numInner {
 background: none transparent scroll repeat 0% 0%;  padding: 3px 0 0; position: absolute; bottom:17px; text-align: center
}
