@charset "utf-8";
/* CSS Document */

ul.slideshow {
    list-style:none;
    width:460px;
    height:260px;
    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;
	width:460px;
	height:260px;   
}
 
#slideshow-caption {
    width:440px;
    height:50px;
    position:absolute;
    bottom:0;
    left:0; 
    color:#fff;
    background:#000;
    z-index:500;
}
 
#slideshow-caption .slideshow-caption-container {
    padding:5px 10px;   
    z-index:1000;   
}
 
#slideshow-caption h3 {
    margin:0;
    padding:0;  
    font-size:14px;
}
 
#slideshow-caption p {
    margin:5px 0 0 0;
    padding:0;
}