#s3slider {
   width: 741px; /* important to be same as image width */
   height: 448px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   padding:0;
   margin:0;
}

#s3sliderContent {
   width: 741px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   left: 0;
   margin-left: 0; /* important */
   padding:0;
   margin:0;   
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: block; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   /*border-left:2px solid #fff;*/
   right: 40px;
   height:160px;
   font: 13px/18px Arial;
   padding: 20px 13px;
   width: 240px;
   color: #666;
   display: none; /* important */
   top: 0;
   direction:rtl;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {clear: both;}
#s3slider h3 {font-weight:bold;margin:0;line-height:16px;color:#5b5b5d;}
.box-list {list-style-image:none;list-style-position:outside;list-style-type:none;margin:6px 0 4px 0;padding:0 6px 0 0;}
.box-list li {display:block;font-size:12px;list-style-image:none;list-style-position:outside;list-style-type:none;}
#mainpic {width:741px;position:relative;right:10px;}
#slide_first span {cursor:pointer;}
