@charset "UTF-8";
/* CSS Document */

body { 
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#666;
}
img {
	border:0;
}
#box {
	margin:auto;
	width:1060px;
	position:absolute;
	top:50%;
	margin-top:-255px;
	left:50%;
	margin-left:-530px;
}
#navigation {
	float:left;
	width:110px;
	height:510px;
	display:block;
	text-align:right;
	padding-right:20px;
}
h1, h2 {
	padding:0;
	margin:0;
	font-size:11px;
	font-weight:normal;
}
h1 {
	margin-bottom:70px;
}
#navigation h2 {
	display:none;
}
ul {
	list-style:none;
}
span {
	display:none;
}
#slideshow, #intro {
	float:left;
	width:800px;
	height:500px;
	display:block;
}
#intro {
	background-image:url(slideshow-back.gif);
}
#slideshow-navigation {
	float:right;
	width:110px;
	height:510px;
	display:block;
	padding-left:20px;
}
#title, #arrows {
	position:absolute;
	bottom:0;
	width:110px;
	text-transform:none;
}
#title p {
	margin:0;
	padding:0;
}
