 
#playBox{   height:100%;  margin:20px auto; background:#333; position:relative; overflow:hidden; }
#playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;}
#playBox .oUlplay li{ float:left; }
#playBox .pre{ cursor:pointer; width:45px; height:45px; background:url(../images/l.png) no-repeat; position:absolute; top:170px; left:10px; z-index:10;}
#playBox .next{ cursor:pointer; width:45px; height:45px; background:url(../images/r.png) no-repeat; position:absolute; top:170px; right:10px; z-index:10;}



 #playBox .rshowtotal{ width:100%; height:50px; position:absolute; left:0; bottom:20px; color:#fff; font-size:24px; text-align:center;}
  #playBox .rshowtotal a{ color:#fff;}
  #playBox .rshowtotal span{ color:#eae30c;}
  #playBox .rshowtotal a:hover{ color:#000;}