/** Dynamic CSS Loader **/
#s3slider-1 {
   width: 880px; /* important to be same as image width */
   height: 160px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   
   margin-bottom:30px;
}

#s3slider-1Content {
   width: 880px;
   position: absolute;
   top: 0;
   margin-left: 0;
}

.s3slider-1Image span {
   position: absolute; /* important */
   left: 0;
   font-size:13px;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-weight:normal;
   text-align:center;
   padding:36px 140px;
   width: 640px;
   font-style:italic;
   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: #000;
   display: none; /* important */
   z-index:100;
}
.s3slider-1Image span.left {
   top:0;
   left:0;
   width:220px;
   height:160px;
}
.s3slider-1Image span.right {
   top:0;
   left:634px;
   width:220px;
   height:160px;
}

.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; }
