ul.slideshow {
	list-style:none;
/*	width:400px; */
	width:100%;
	height:380px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
        background-color:black;	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
        line-height:300px;
        text-align:center;
}

ul.slideshow li.show {
	z-index:500;	
}

ul.slideshow img {
        display:inline; /* Because the HEP standard CSS sets it to display:block */
	border:none;	
/*	width:400px; */
	max-height:300px;
        vertical-align:middle;
}


#slideshow-caption {
/*	width:400px; */
	width:100%;
	height:80px;
	position:absolute;
	bottom:0;
	left:0;	
	background:#000;
	z-index:500;
        text-align:left;
        line-height:1em;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;
	color:#fff;
        font-family:arial;
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
	color:#fff;
        font-family:arial;
        font-size:12px;
}
