
body {
	background-color: black;
	font-family: 'Poiret One', cursive;
	color: white;
}
.slides {
	position: relative;
	width: 100%;
	z-index: 100;
	height: auto;
	margin: auto;
	max-width: 60vw;
}
.layered {
	position: absolute;
	top: 0px;
	margin: auto;
}
.background {
	z-index: 0;
}
.foreground {
	z-index: 100;
}
.slide_block {
	width: 100%;
	height: auto;
	margin: auto;
	max-width: 60vw;
	background: black;
}
.hidden {
	display: none;
}
.inactive_slide_block {
	display: none;
}
.img_block {
	width: 100%;
	height: auto;
	margin: auto;
	display: inline;
}
.img_nav {
	position: absolute;
	top: 200px;
	width: 60vw; 
	z-index: 200;
	margin: auto;
	display: inline;
}
.nav_link {
	z-index: 200;
	font-size: 10em;
	color: white;
	margin: 0;
	text-decoration: none;
}
.img_fwd {
	z-index: 200;
	float: right;
}
.img_back {
	z-index: 200;
	float: left;
}
.preload_img {
	display: none;
}
#pre_image {
	display: none;
}
#main_image {
	position: relative;
	max-width: 80vw;
	margin: auto;
}
#img_block {
	width: 100%;
	max-width: 80vw;
	height: auto;
}
.img {
	position: relative;
}
.img img {
	width: 100%;
	height: auto;
	margin: auto;
}
.slide_caption {
}
.links {
	position: relative;
	width: 100%;
	z-index: 100;
	height: auto;
	margin: auto;
	max-width: 40vw;
	font-size: 1em;
	color: white;
	text-decoration: none;
}
.links a {
	color: white;
	text-decoration: none;

}
