@charset "UTF-8";

#slideshowWrapper { background: #2C496E; }

#slideshowPhoto {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#CaptionBox {
	padding: 10px;
	background: #DDECFF;
	font-size: 14px;
	line-height: 18px;
}
#slideshowButtons {
	background: #2C496E;
	padding: 10px;
	margin: 0px;
	height: 1%;
}

#slideshowButtons ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#slideshowButtons ul li {
	display: inline;
	padding: 10px;
}

#slideshowButtons a {
	text-decoration: none;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	color: #FBFCF4;
}

#slideshowButtons a:link, a:visited {
	color: #FBFCF4;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
}
#slideshowButtons a:hover, a:active {
	color: #FC8528;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
}
