body { background-color:#333;}
.container {
  width: 500px;
  margin: 350px auto;
}

.hub-slider { position: relative; }

.hub-slider ul { list-style: none; }

.hub-slider ul li {
  width: 500px;
  height: 300px;
  background: #DA4453;
  color:#fff;
  line-height:300px;
  text-align:center;
  position: absolute;
  border-radius:5px;
  left: 0;
  top: 0;
}

.hub-slider-controls {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}

.hub-slider-arrow {
  width: 40px;
  height: 40px;
  border: none;
  background: #34BC9D;
  color: #fff;
  font-weight: bold;
}
