/* Contenedores */
.ui-widget {font-size: 1.2em;}
.ui-widget-content {
  background: url(../images/listado_vo/back-slider.gif) top left repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  background: url(../images/listado_vo/back-slider-grey-hov.gif) top left repeat-x;
}
.overPlay .ui-widget-header {
  background: url(../images/listado_vo/back-slider-hov.gif) top left repeat-x;
}
.ui-widget-header a { color: #222222; }

/* Estados */
.ui-state-default, .ui-widget-content .ui-state-default {
  background: url(../images/listado_vo/slider-button.gif) 6px 6px no-repeat;
  font-weight: normal;
  color: #555555;
  outline: none;
}


/* Estilos propios del slider */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.1em; height: 1.1em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
