/** Dynamic CSS Loader **/
#s3slider-2 {
   width: 140px; /* important to be same as image width */
   height: 210px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3slider-2Content {
   width: 140px;
   position: absolute;
   top: 0;
   margin-left: 0;
}

.s3slider-2Image span.left {
   top:0;
   left:0;
   width:35px;
   height:210px;
}
.s3slider-2Image span.right {
   top:0;
   left:79px;
   width:35px;
   height:210px;
}

.s3slider-wrap {
   float: left;
   padding-right: 15px;
}

.s3slider-2Image {float: left;position: relative;display: none;}

#s3slider-3 {
   width: 340px; /* important to be same as image width */
   height: 260px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3slider-3Content {
   width: 340px;
   position: absolute;
   top: 0;
   margin-left: 0;
}

.s3slider-3Image span.left {
   top:0;
   left:0;
   width:85px;
   height:260px;
}
.s3slider-3Image span.right {
   top:0;
   left:229px;
   width:85px;
   height:260px;
}

.s3slider-wrap {
   float: left;
   padding-right: 15px;
}

.s3slider-3Image {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; }
