#outsidebox {
	border-radius: 12px;
	border: 2px solid #7AAFCE;
	box-shadow: 5px 5px 5px 0px black;
	padding: 12px;

}
#slideshow {
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	margin-bottom: 22px;
	width: 832px;
	display: table;
	padding-bottom: 10px;	
}
#cycleprev, #cyclenext {
	display: table-cell;
	background-image: url(elements/slideshow-arrows.png);
	background-repeat: no-repeat;
	width: 32px;
	vertical-align: middle;
}
#cycleprev:hover, #cyclenext:hover, .fade {
	opacity: 0.25; 
	filter: alpha(opacity=25);
}
#cycleprev {
	background-position: left center;
}
#cyclenext {
	background-position: right center;
}
#cycleslides {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #7AAFCE;
	border-radius: 12px;
	border: 2px solid #7AAFCE;
	box-shadow: 5px 5px 5px 0px black;
	padding: 12px;
}
.slide {
	width: 100%;
	text-align: center;
}
.slide > a, .slide > span {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.slide img {
	display: block;
	margin-right: 4px;
}
.slide img:last-child {
	margin-right: 0;
}
.cycle-overlay {
	padding: 10px;
}
@media screen and (max-width: 880px) {
	#slideshow, .cycle-slideshow {
		width: 100%;
	}
	img.image3 {
		position: absolute;
		display: none;
	}

}
@media screen and (max-width: 636px) {
	img.image2 {
		position: absolute;
		display: none;
	}

}
