.histogram-timeslider #map-controls {
  position: absolute;
  bottom: 5px;
  height: 135px;
  width: 100%;
  z-index: 1000;
  display: none;
}

.histogram-timeslider #histogram-timeslider-dijit {
  width: 96%;
  position: relative;
  height: 100px;
  margin: auto;
  margin-top: 10px;
}

.histogram-timeslider #timeSlider{
  width:30%;
  margin:auto;
  position:relative;
}

.histogram-timeslider #histogram-slider {
  margin:auto;
  position:relative;
  height:5px;
  margin-top:-5px;
}

.histogram-timeslider #histogram-slider .dijitSliderBarH {
  height: 1px !important;
  border:1px solid rgb(82, 95, 109) !important;
  border-bottom:none !important;
}

.histogram-timeslider #histogram-slider .dijitSliderRightBumper {
  display:none; 
}

.histogram-timeslider #histogram-slider .dijitSliderLeftBumper {
  display:none; 
}

.histogram-timeslider #histogram-slider .dijitSliderImageHandleH {
  background: url('../images/HistogramTimeSlider/circle_slider.png') no-repeat !important;
}
 
.histogram-timeslider div#focusTip { 
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
  box-shadow: 0px 0px 8px -2px #444;
  border-radius: 4px;
  padding: 6px;
  padding-top:1px;
  padding-bottom:1px;
  border:1px solid #EEE;
  background: rgb(82, 95, 109);
  color:#FFFFFF;
  text-align:center;
}

.histogram-timeslider #scale-bar-right {
  height: 110px;
  width: 45px;
  position: absolute;
  right: -45px;
  bottom: 0px;
}

.histogram-timeslider #scale-bar-left {
  height: 110px;
  width: 45px;
  position: absolute;
  left: -43px;
  bottom: 0px;
}

.histogram-timeslider #histogram-controls {
  width: 100%;
  height: 33px;
  position: relative;
  margin: auto;
  margin-left: -1px;
  margin-top: -2px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.histogram-timeslider .histogram-paging {
  color:#999;
  display:none;
}

.histogram-timeslider .histogram-paging .btn {
  width: 40px;  
  height:27px;
}

.histogram-timeslider #histogram-page-back {
  position:absolute;
  left:10px;
  top:2px;
}

.histogram-timeslider #histogram-page-forward {
  position:absolute;
  right:10px;
  top:2px;
}

.histogram-timeslider #histogram-range {
  position: relative;
  margin: auto;
  width: 600px;
  color: #666;
  text-align: center;
  padding-top: 8px;
}