#slideshowcontainer {
	margin-top: 1em;
	margin-bottom: 1em;
}

#prevslide, #nextslide {
	line-height: 540px;
	width: 25px;
	text-align: center;
	xbackground-color: #C11C51;
	xbackground-color: #4B4B61;
	xbackground-color: #ff8827;
	xcolor: white;
	border: solid #C11C51 1px;
	color: #ff8827;
	font-weight: bold;
	font-size: 150%;
}
#prevslide { float: left; }
#nextslide { float: right; }

#slideshow {
	width: 546px;
	height: 540px;
	margin: auto;
	margin-bottom: 10px;
}

#slideshow > div {
	padding: 15px;
	width: 514px;
	height: 508px;
	overflow: auto;
}

#slideshow > div .slideimage {
	border: solid #ff8827 1px;
	padding: 0.3em;
}

#slidepager {
	clear: both;
	text-align: center;
	line-height: 150%;
	margin-bottom: 6px;
	font-size: 95%;
}

#slidepager a {
	padding: 0.2em 0.3em;
	color: #4B4B61;
}

#slidepager .activeSlide {
	background-color: #C11C51;
	color: white;
	border: none;
}
