.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 20px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  vertical-align: -60%;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fed136;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fed136;
  cursor: pointer;
}

img.face {
	width: 204px;
	height: 203px;
	margin-top: -75px;
}

img#facetest {
    position: fixed;
    bottom: 10px;
    margin-top: auto;
    float: right;
    right: 25px;
    border-radius: 200px;
    z-index: -99;
}




.face-1 {
	background:url('../img/faces.jpg') 0 0;
}

.face-2 {
	background:url('../img/faces.jpg') -202px 0;
}

.face-3 {
	background:url('../img/faces.jpg') -404px 0;
}

.face-4 {
	background:url('../img/faces.jpg') 0 -201px;
}

.face-5 {
	background:url('../img/faces.jpg') -202px -201px;
}

.face-6 {
	background:url('../img/faces.jpg') -404px -201px;
}

.face-7 {
	background:url('../img/faces.jpg') 0 -402px;
}

.face-8 {
	background:url('../img/faces.jpg') -202px -402px;
}

.face-9 {
	background:url('../img/faces.jpg') -404px -402px;
}