#slider {
  max-width: 850px;
  overflow-y: auto;
  overflow: hidden;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#slider ul li {
  position: relative;
}

#slider ul {
  width: 2550px;
  height: 150px;
  position: relative;
}

.productos-contenedor {
  position: relative;
  float: left;
}

#indicators {
  height: 60px;
  color: #333;    
  justify-content: center;
}

#indicators li {
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.active {
  color: white;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  width: 44px !important;
  height: 44px !important;
}

.productos-imagenes{
    max-height: 38px;
    margin-top: 50%;
    transform: translateY(-50%)
}

.productos-imagenes-contenedor{
    margin-left: 10px;
    margin-right: 10px;
}

