.slider {
    -webkit-appearance: none;  /* Override default CSS styles */
	-moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px; 
	border-radius: 15px;
	background: #1A1A1A;
	position: relative;
    outline: none;
	box-shadow: inset -1px -1px 2px rgba(255,255,255,0.3),  inset -5px -15px 40px rgba(255,255,255,0.1),  inset 1px 1px 2px rgba(0,0,0,0.5),  inset 5px 15px 40px rgba(0,0,0,0.2),  -2px -40px 50px -20px rgba(255,255,255,0.1),  2px 35px 50px -10px rgba(0,0,0,0.4),  0px 0px 25px 8px rgba(60,60,60,1);
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
	-moz-appearance: none;
    appearance: none;
    width: 50px; 
    height: 40px; 
    position: relative; top: 3px;
	cursor: pointer;
	background-image: url("../images/speed.png");
	border-radius: 50%;
}
.slider::-moz-range-thumb {
    width: 15px;
    height: 22px;
    background: #25292C;
    cursor: pointer; 
}
.sld {
	position: relative;
}
.videoScrub {
    width: 320px;
    height: 240px; 
    cursor: ew-resize; 
	background: #3A85BD;
}
.videoScrub::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
	-moz-appearance: none;
    appearance: none;
}
.videoScrub::-moz-range-thumb {
    cursor: pointer; 
}
