/** Dynamic CSS Loader **/
#s3slider-1 {
   width: 530px; /* important to be same as image width */
   height: 180px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

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

.s3slider-1Image span {
   position: absolute; /* important */
   left: 0;
   font: 12px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   font-weight: bold;
   margin-top: 14px;
	padding: 6px 13px;
   width: 528px;
   background-color: #ffffff;
   filter: alpha(opacity=40); /* here you can set the opacity of box with text */
   opacity: 0.4; /* here you can set the opacity of box with text */
   color: #000000;
   display: none; /* important */
}
.s3slider-1Image span.left {
   top:0;
   left:0;
   width:133px;
   height:180px;
}
.s3slider-1Image span.right {
   top:0;
   left:371px;
   width:133px;
   height:180px;
}

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