@charset "utf-8";

.slideshow {
	height: 300px;
	width:300px;
	margin: auto;
	position: relative;
	z-index: 0;
}  
.slideshow img {
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee;
	width:320px;
	height:320px;
	position: relative;
	display: none;
	z-index: 0;
 } 
.slideshow_text
{
	position: relative;
	height: 100px;
	width: 300px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	z-index: 0;
}
.slideshow_text p{
	display: none;padding: 1em;
	width: 100%;
	background-color:#FFF;
}
@media screen and (min-width:500px){
.slideshow_text {	height: 100px;  }
}