/*Tutti i diritti riservati */ 
#time_menu {
  background: none repeat scroll 0 0 #0b0b0b;
  padding-bottom: 5px;
}
#time_slider {
  height: 2px;
  margin: 10px auto;
  width: 75%;
    
        #ea2b24           
    
}
#time_menu .ui-widget-header {
  background: none;
}
#time_slider .ui-slider-handle.ui-state-default.ui-corner-all {
    
        #ea2b24           
    
  border-radius: 3px;
  height: 8px;
  width: 8px;
}
#hidden_time_select{
  display: none;
}
#time_menu > ul {
  margin-top: 5px;
}
#time_labels {
  margin: 5px 0 ;
}
#time_labels > li {
  display: inline-block;
  margin: 0 6%;
}
a.slider_label {
  background: none repeat scroll 0 0 #282828;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  width: auto;
}
a.slider_label.active {
    
        #ea2b24           
    
  color: #fff;    
}
#day_labels {
}
#day_labels li {
  display: inline-block;
  margin: 5px 1% 0;
  text-align: center;
  width: 23%;
}
#day_labels li a {
  background: none repeat scroll 0 0 #282828;
  border-radius: 2px;
  color: #fff;
  display: block;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
}
#day_labels li a.active{
    
        #ea2b24           
    
  color: #fff;  
}
.upper {
  height: 40px;
  display: none;
}
.upper.visible{
  display: block;
}
.lower {
  height: auto;
}
