.ControlPanel {
  display: block;
  text-align: center;
  border-radius: 0.5em;
  margin: 3em;
  padding: 2em;
  background-color: var(--grey);
}

.ControlPanel__ {
  background-color: var(--blue);
  background: url(/images/aluminium.jpg);
}

.ControlPanel__loading {
  background: url(/images/aluminium.jpg);
  background-color: var(--purple);
}

#fade-vertical .ui-slider-handle {
      background: url(/images/fader.png) no-repeat;
      border: none;
	  width: 25px;
	  height: 52px;
	  left: -10px;
}
#fade-vertical {
      border: none;
	  width: 5px;
	  height: 100%;
}

#strobe-vertical .ui-slider-handle {
      background: url(/images/fader.png) no-repeat;
      border: none;
	  width: 25px;
	  height: 52px;
	  left: -10px;
}
#strobe-vertical {
      border: none;
	  width: 5px;
	  height: 100%;
}
