ul.slideshow {
	list-style:none;
	width:595px;
	height:290px;
	overflow:hidden;
	position:inline;
	margin:0;
	padding:0;
	text-align: center;
	
	/* background-image: url(epigrafes_images/backprint.png); 
	background-repeat: repeat-y; */
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:595px;
	height:25px;
	position: relative;
	top: 260px;
	bottom: 0;
	left:0;	
	color: #ffffff;
	background-color: black;
	font-size: 12px;
	
}

#slideshow-caption .slideshow-caption-container {
	padding:4px 10px;		
	
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:12px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}