/** Dynamic CSS Loader **/
#s3slider-1 {
   width: 590px; /* important to be same as image width */
   height: 200px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3slider-1Content {
   width: 590px;
   position: absolute;
   top: 0;
   margin-left: 0;
}

.s3slider-1Image span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 564px;
   background-color: #FFFFFF;
   filter: alpha(opacity=80); /* here you can set the opacity of box with text */
   -moz-opacity: 0.8; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.8; /* here you can set the opacity of box with text */
   opacity: 0.8; /* here you can set the opacity of box with text */
   color: #000000;
   display: none; /* important */
}
.s3slider-1Image span.left {
   top:0;
   left:0;
   width:148px;
   height:200px;
}
.s3slider-1Image span.right {
   top:0;
   left:416px;
   width:148px;
   height:200px;
}

.s3slider-1Image {float: left;position: relative;display: none;}



ul.nostyle, ul.nostyle li { margin:0; padding:0; list-style:none; }
.clear { clear: both; } 
.hidden { display:none; }
.top { top: 0; left: 0; }
.bottom { bottom: 0; }
