#signage {float: left; width: 826px; padding: 12px 12px; margin-bottom: 20px; background: #a8a293;}

#s3slider {
   width: 826px; /* important to be same as image width */
   height: 281px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

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

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

.s3sliderImage div {
   position: absolute; /* important */
   top: 0;   
   left: 520px;
   padding: 0;
   width: 306px;
   display: none; /* important */
   color: #fff;
}

.s3sliderImage div h2 {font: 1.6em Verdana, serif;}
.s3sliderImage div p {color: #222222;}
.s3sliderImage img.more {position: absolute; top: 250px; left: 200px;}