.k_button {
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
}
.k_button:active{
    transform: translateY(1px);
}
.k_button img {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}
.k_player_cont{
  height: 24px;
  width: 64px;
  border: 0;
  margin: 0;
  padding: 0;
}
.k_range {
    appearance:none;
    background-color: #EEE;
    height: 24px;
    width: 40px;
    margin: auto;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0; /* iOS */
}
.k_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0px; /* 1 */
    height: 24px;
    background: #fff;
    box-shadow: -40px 0px 0 40px #BBB;
}
