#timeDiv{
  	width: 100% !important;
  	margin-left: 0 !important;
  	background: #e9f2f2;
}
.ldt-play-control li{
	width: 37px;
	height: 28px;
	margin: 5px 0;
	background: url(../img/ld/new/control_off.png) no-repeat;
	background-size: 21px 28px;
}
.ldt-play-control li.on,.ldt-play-control li.tmpon{
  	background: url(../img/ld/new/control_on.png) no-repeat;
  	background-size: 25px 31px;
	margin-top: 4px;
}
span.control-previous{
  	background: #fff url(../img/ld/new/control_pre.png) no-repeat 4px 3px;
	background-size: 17px;
}
span.control-next{
  	background: #fff url(../img/ld/new/control_next.png) no-repeat 4px 3px;
	background-size: 17px;
}
span.control-play{
  	background: #fff url(../img/ld/new/control_play.png) no-repeat 4px 3px;
	background-size: 17px;
}
span.control-stop{
   width: 25px;
	height: 22px;
  	background: #fff url(../img/ld/new/control_stop.png) no-repeat 4px 3px;
	background-size: 17px;
}
#time_speed{
  	background-color: #fff;
	width: 80px;
	height: 22px;
	position: relative;
	right: -3px;
}
.ldt-play-control select {
    background:#fff;
    border-right: none;
}
.play-speed-wrapper{
	display: inline-block;
	padding-right: 6px;
}
.control-button{
	height: 29px;
	margin: 0 6px;
}
.play-control-wrapper{
	float: right;
	display: inline-block;
	height: 30px;
	margin: 4px 20px 0 0;
	background:#fff;
}
.channel{
	line-height: 26px;
}
.ldt-play-control{
	height: 38px;
}
.ldt-play-control ul{
	margin-left: 10px;
}

.radar-play-control{
	margin: 0 auto;
    width: max-content;
}
#timeS{
	display: inline-block;
}