BODY {
  color: #666;
}
UL,
P {
  padding: 0px;
  margin: 0px;
}
A {
  color: #333;
}
A:hover {
  color: #e51a45;
  text-decoration: none;
}
.Player {
  zoom: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
.imgPlay {
  overflow: hidden;
  zoom: 1;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 304px;
}
.imgPlay .imgs LI {
  position: relative;
  list-style-type: none;
  float: left;
}

.imgPlay .imgs SPAN {
  width: 300px;
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  color: #fff;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  font: 14px Verdana, Arial;
  cursor: hand;
  min-height: 25px;
  line-height: 20px;
  max-height: 100px;
  overflow: hidden;
  padding: 5px 0px 5px 10px;
}

.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;
  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 .next {
  background-position: right 0px;
  right: 1px;
  left: auto;
}
.num {
  display: inline;
  position: absolute;
  top: 130px;
  height: 19px;
  text-align: center;
}
.num SPAN {
  display: inline-block;
  background: url(../images/imgPlayer.png) no-repeat -19px -83px;
  margin: 2.5px 2px;
  overflow: hidden;
  width: 14px;
  cursor: pointer;
  line-height: 0;
  height: 13px;
}
.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/mc.png) repeat-x;
  float: left;
  padding-bottom: 0px;
  width: 13px;
  padding-top: 3px;
  height: 16px;
}
.imgPlay .num .rc {
  padding-right: 0px;
  padding-left: 0px;
  background: url(../images/rc.png) no-repeat;
  float: left;
  padding-bottom: 0px;
  width: 13px;
  padding-top: 3px;
  height: 16px;
}
