html {
	height: 98%;
}
body {
	background-color: black;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
}
.copyright {
	font-size: smaller;
}

img {
	border: 0;
}

#gallery {
	border: 0px;
	width: 100%;
	height: 84%;
}

a:link, a:visited {
	color: white;
}

a:hover {
	color: red;
}

span.menu {
	color: red;
}

a.menu {
	text-decoration: none;
}

div.menu {
	word-spacing: 1.5em;
	margin-bottom: 2px;
}

.hidden {
	display:none;
}

h2 {
	font-weight:normal;
}


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 700px;
	background-color: black;
	border: none;
}

#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}

#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	width: 700px;
}

#slideshow .slides ul {
	width: 3500px;
}

#slideshow .slides li {
	width: 700px;
	float: left;
}

#slideshow .slides h2 {
	margin-top: 0;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	background-color: black;
}

#slideshow .slides-nav li {
	float: left;
	font-size: smaller;
}

#slideshow .slides-nav li a {
	display: block;
	padding: 5px 20px;
	outline: none;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	background-color: black;
	color: red;
}

.js #slideshow .slides-nav li.on a {
}