@charset "utf-8";
/* CSS Document */
#slideshow * { margin: 0; padding: 0; }
#slideshow {
	position: relative;
	width: 885px;
	height: 366px;
	background-image: url(images/map.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #loading { background: url('images/spinner.gif'); display: block; top: 158px; left: 205px; text-indent: -5000px; width: 24px; height: 24px; visibility: hidden; z-index: 5; }
#slideshow #pictures {
	background: url('images/bg.jpg');
	width: 615px;
	height: 366px;
	left: 0;
	overflow: hidden;
}
#slideshow #pictures li { display: block; position: absolute; top: 0; width: 437px; }
#slideshow #pictures li img {
	display: block;
	position: relative;
	bottom: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#slideshow #menu {
	background: url('images/bg_side.jpg');
	list-style-type: none;
	width: 270px;
	height: 366px;
	right: 0;
	padding-top: 20px;
	background-repeat: no-repeat;
	top: 0px;
}
#slideshow #menu li { display: block; z-index: 1000; position: relative; zoom: 1; }
#slideshow #menu li a {
	display: block;
	text-decoration: none;
	z-index: 1000;
	color: #3d3674;
	line-height: 14px;
	vertical-align: middle;
	zoom: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8ea120;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 11px;
	padding-left: 30px;
}
#slideshow #menu li a:focus {}
#slideshow #menu li a:hover { color: #fff; }
#slideshow #menu li.current a { color: #fff; }
#slideshow #menu li.background {
	position: absolute;
	font-size: 1px;
	height: 7px;
	width: 4px;
	z-index: 500;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

