#slider {
  position: relative; /* important */
  overflow: hidden; /* important */
  width: 958px; /* important to be same as image width */
  height: 340px; /* important to be same as image height */
}

#sliderContent {
  position: absolute;
  margin-left: 0;
  top: 0;
  width: 956px; /* important to be same as image width or wider */
}

.sliderImage {
  float: left;
  position: relative;
  display: none;
}

.clear {
  clear: both;
}

.sliderImage span {
  font-size: 14px;
}

.top {
  top: 0;
  left: 0;
}

.bottom {
  bottom: 0;
  left: 0;
}

/*ul { list-style-type: none;}*/
