#s3slider { 
   width: 770px;  
   height: 340px; 
   position: relative; 
   overflow: hidden; 
   float:right;
}

#s3slider a.but, #s3slider a.but:visited{color:#fff; padding:4px 4px; background-color:#444; filter: alpha(opacity=90); opacity: 0.9; border:solid 2px #363637;}

#s3sliderContent {
   width: 770px; 
   position: absolute; 
   top: 0; 
   margin:0px ;
   list-style-type:none !important;
   
}

.s3sliderImage {
   float: left; 
   position: relative; 
   display: none; 
   llist-style-type:none !important;
}

.s3sliderImage div {
   position: absolute; 
   right:0;
   top:0;
   font-size: 12px;
   padding:0;
   width: 320px;
   height:330px;
   padding:40px 30px 20px 30px;
   background-color: #000;
   filter: alpha(opacity=60); 
   opacity: 0.6; 
   color: white;
   display: none; 
   bottom: 0px;

   
}
.s3sliderImage div h1{font-size:50px; color:#fff;}

.clear {
   clear: both;
} 


