body {
font-family: helvetica, arial, sans-serif;
font-size: 11px;
}

ul, li, img {
list-style: none;
margin: 0; padding: 0;
}

#s3slider {
   width: 760px; /* important to be same as image width */
   height: 240px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 760px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   background-color:#FFFFFF;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   padding: 2px 0px;
   width: 130px; /* width of image minus left and right padding. Needed for IE */
   height:35px;
   /* background-color: #2fa413; */
   background-image:url(http://stickylifephotos.com/photos/760s/Button.png);
   background-repeat: no-repeat;
   /*filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   /*-moz-opacity: 0.7; /* here you can set the opacity of box with text */
   /*-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   /*opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   left: 620px;
   bottom: 0px;
   color:#FFFFFF;
   text-align:center;
   font-size:12px;
   font-weight:bold;
   line-height:12px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   
   
}

.clear s3sliderImage {
   clear: both;
} 