body {
		font-family: Arial, Helvetica, sans-serif;
		background-color: #efefef;
}
.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
}
#slideshow {
		margin: 50px auto;
		position: relative;
		width: 1000px;
		height: 570px;
		padding: 10px;
		box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

#slideshow > div {
		position: absolute;
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
}

.content{
		background-color: white;
		border-radius: 15px;
		padding: 0 30px 20px 30px;
		margin: 10px;
		box-shadow: 5px 7px #888888;
		min-height: 95%;
}
