@charset "utf-8";
#showtext
{
	background-color: #FFFFCC;
	text-decoration: none;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 0.5em auto;
	overflow: visible;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #339900;
	border-bottom-color: #339900;
}
#bigpicture
{
	display: block;
	height: 200px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border: none;
}
#boxit{
	background-color:#FFC;
	padding: 1em;
	clear: both;
	border: thin solid #000;
	margin-bottom:1em;
	text-align: center;
	margin-top: 1em;
}
#buttons{
	clear: both;
	width: 100%;
}
.slideshow_button{
	border-radius:12px;
	border: thin solid #390;
	width:43%;
	float:left;
	margin: 1em  0.5em   1em   0.5em;
	padding: 8px  20px  8px  20px;
	text-decoration: none;
	}
@media screen and (min-width:600px){
#boxit{
 width:60%; 
 	margin-right: auto;
	margin-left: auto;
}
}