#s3slider {
   background-color: #000000;
   border: 2px solid #9966CC;
   color: #FFFFFF;
   width: 676px; /* important to be same as image width */
   height: 422px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   background-color: #000000;
   color: #FFFFFF;
   width: 680px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   text-align: center;
}

.s3sliderImage {
    color: #FFFFFF;
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   list-style: none;
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 11px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 75px;
   background-color: #000000;
   color: #FFFFFF;
   display: none; /* important */
   top: 0;

   /*
       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
   */
}

.slideleft {
	top: 0;
    left: 0;
	width: 75px;
	height: 20px;
}
.slideright {
	right: 0;
	bottom: 0;
	width: 75px;
	height: 20px;
}

ul#slider { list-style: none;}

ul#slider li.s3sliderImage {
    list-style: none;
}
