.slider > .dragger {
    background-image: radial-gradient( #0000FF 50%, transparent 50%);
    background-image: -o-radial-gradient( #0000FF 50%, transparent 50%);
    background-image: -moz-radial-gradient( #0000FF 50%, transparent 50%);
    background-image: -webkit-radial-gradient( #0000FF 50%, transparent 50%);
    background-image: -ms-radial-gradient( #0000FF 50%, transparent 50%);

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

  border: 1px solid grey;
  width: 20px;
  height: 20px;
}



.slider > .track, .slider > .highlight-track {
  background: #a3a3a3;
  background: -moz-linear-gradient(top, white, white);
  background: linear-gradient(top, white, white);

  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  height: 2px;
  margin-top: -1px !important;
}

/*.slider > .highlight-track {
	background-color: #8DCA09;
	background: -webkit-linear-gradient(top, #8DCA09, #72A307);
	background: -moz-linear-gradient(top, #8DCA09, #72A307);
	background: linear-gradient(top, #8DCA09, #72A307);
	
	border-color: #496805;
}*/

