#slider {
   width: 516px; /* important to be same as image width */
   height: 331px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   float:left;
   margin:14px 0px 0px 13px;

}

#s3sliderContent {
   width: 516px; /* 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 a { float:left; }

.limage {    /* important */; top:0;bottom:0; }

.limagetop {
   position: absolute; /* important */
   left: 0;
   font: normal 15px Helvetica, sans-serif;
   padding: 10px 13px;
   width: 500px;
   background: transparent url(../images/sliderbkg.png) repeat top left;
   /*
   filter: alpha(opacity=80);
   -moz-opacity: 0.8;
   -khtml-opacity: 0.8;
   opacity: 0.7;
	*/
   color: #fff;
   display: none; /* important */
   bottom: 0;z-index:2;
}

.limagetop string { 
   filter: alpha(opacity=100); /* here you can set the opacity of box with text */
   -moz-opacity: 1; /* here you can set the opacity of box with text */
   -khtml-opacity: 1; /* here you can set the opacity of box with text */
   opacity: 1; /* here you can set the opacity of box with text */
}

.clear {
   clear: both;
} 