#customSliderContainer {
  float:left;
  height:520px;
  width:100%;
}
#s3slider {
   width: 100%; /* important to be same as image width */
   height: 520px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin-bottom: 20px;   
}
#col_1 ul {
   margin-top: 0px;
}

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

.s3sliderImage {
   float: left; * important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 20px Arial, Helvetica, sans-serif;
   line-height: 1.3;
   padding: 15px 13px;
   width: 650px;
   color: #FFF;
   display: none; /* important */
   top: 15px;
   left:10px;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.s3sliderImage span p {
  background-color: #000;
  float:left;
  padding:5px;
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 1.8em;
}