div .image-container {
  height: auto;
  background-color: white;
}

#promoted-htps {
  width: 97%;
  height: 340px;
  padding: 5px;
}
#htps-text {
  height: 110px;
  width: 470px;
  background-color: white;
  margin-left: 1em;
  z-index: 5;
}
#htps-text h5 {
  color: #A80000;
  font-size: 12pt;
}
#text-small a:active {
  color: red;
}

#small-htps > li a.active img{
  border: solid 2px red;
}

#small-htps {
    list-style-type: none;
    background-color: white;
    margin: 0px;
    cursor: pointer;
    width: 100%;
    z-index: 0;
    margin-left: -2.2em;
}
#small-htps > li {
  width: 24%;

}
.promoted-small{
 width: 112px; 
 height: 110px;
 padding-left: 0.1em;
}
.image-container {
  float: left;
  position: relative;

}

.next {
  position: absolute;
  top: 320px;
  right: 2px;
  width: 40px;
  height: 34px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  cursor: pointer;
}

/*#main-features > h2 {
  font-size: 12pt;
}

#main-feature {
  width: 33.2%;
  float: left;
}*/


