BODY {
  color: #666;
}
UL,
P {
  padding: 0px;
  margin: 0px;
}
A {
  color: #333;
}
A:hover {
  color: #e51a45;
  text-decoration: none;
}

#imgPlay {
  margin: 8px auto;
  overflow: hidden;
  width: 960px;
  zoom: 1;
  position: relative;
  height: 304px;
}
#imgPlay .imgs IMG {
  border-right: #dbdbdb 1px solid;
  padding-right: 1px;
  border-top: #dbdbdb 1px solid;
  padding-left: 1px;
  padding-bottom: 1px;
  border-left: #dbdbdb 1px solid;
  width: 956px;
  padding-top: 1px;
  border-bottom: #dbdbdb 1px solid;
}
#imgPlay .imgs LI {
  float: left;
  position: relative;
}
#imgPlay .imgs {
  width: 5760px;
}
#imgPlay .btn {
  right: 12px;
  overflow: hidden;
  width: 112px;
  bottom: 12px;
  text-indent: -9999px;
  position: absolute;
  height: 29px;
  visibility: visible;
}
#imgPlay .btn A {
  /* background: url(../images/bg.png) no-repeat; */
  background-position: 0px 0px;
  display: block;
  width: 112px;
  height: 29px;
}
#imgPlay .btn A:hover {
  /* background: url(../images/bg.png) no-repeat; */
  background-position: 0px -30px;
}
#imgPlay .prev {
  background: url(../images/imgPlayer.png) no-repeat 0px 0px;
  left: 1px;
  width: 46px;
  cursor: pointer;
  text-indent: -9999px;
  position: absolute;
  top: 110px;
  height: 81px;
  visibility: visible;
}
#imgPlay .next {
  background: url(../images/imgPlayer.png) no-repeat 0px 0px;
  left: 1px;
  width: 46px;
  cursor: pointer;
  text-indent: -9999px;
  position: absolute;
  top: 110px;
  height: 81px;
  visibility: visible;
}
#imgPlay .next {
  background-position: right 0px;
  right: 1px;
  left: auto;
}
#imgPlay .num {
  display: inline;
  left: 400px;
  position: absolute;
  top: 275px;
  visibility: visible;
}
#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 {
  padding-right: 0px;
  padding-left: 0px;
  background: url(../images/lc.png) no-repeat;
  float: left;
  padding-bottom: 0px;
  width: 13px;
  padding-top: 3px;
  height: 16px;
}
#imgPlay .num .mc {
  padding-right: 0px;
  padding-left: 0px;
  background: url(../images/lc.png) no-repeat;
  float: left;
  padding-bottom: 0px;
  width: 13px;
  padding-top: 3px;
  height: 16px;
}
#imgPlay .num .rc {
  padding-right: 0px;
  padding-left: 0px;
  background: url(../images/lc.png) no-repeat;
  float: left;
  padding-bottom: 0px;
  width: 13px;
  padding-top: 3px;
  height: 16px;
}
#imgPlay .num .mc {
  background: url(../images/mc.png) repeat-x;
}
#imgPlay .num .rc {
  background: url(../images/rc.png) no-repeat;
}
#imgPlay #numInner {
  padding-right: 0px;
  padding-left: 0px;
  background: none transparent scroll repeat 0% 0%;
  padding-bottom: 0px;
  padding-top: 3px;
  position: absolute;
  top: 275px;
  text-align: center;
  visibility: visible;
}
