ul.slideshow {  
     list-style:none;  
     width:800px;  
     height:400px;  
     overflow:hidden;  
     position:relative;  
     margin:0;  
     padding:0;  
       
 }     
   
ul.slideshow li {  
     position:absolute;  
     left:0;  
     right:0;  
 }  
   
ul.slideshow li.show {  
     z-index:500;      
 }  
   
 ul img {  
     border:none;      
 }  
   
#slideshow-caption { width:800px; height:70px; bottom:0; left:0; color:#fff; font-size: 14px; font-family: arial; line-height: 22px; background:#000; position: absolute; z-index:500; }  
   
#slideshow-caption .slideshow-caption-container { padding:0 10px 0; z-index:1000; }  
   
#slideshow-caption h3  { margin:0; padding:10px 0 0; font-family: arial; text-align: left; }  
   
#slideshow-caption p { text-align: left; margin:0; padding:0; }  