#slideshow * { margin: 0; padding: 0; }
#slideshow {
	background: url('images/bg_shadow.gif') no-repeat top;
	position: relative;
	width: 811px;
	height: 474px;
}
#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #loading {
	background: url('images/spinner.gif');
	display: block;
	top: -200px;
	left: -50px;
	text-indent: -5000px;
	width: 320px;
	height: 420px;
	visibility: hidden;
	z-index: 5;
}
#slideshow #pictures {
	width: 711px;
	height: 474px;
	left: 0;
	overflow: hidden;
}
#slideshow #pictures li {
	display: block;
	position: absolute;
	top: 0;
	width: 711px;
}
#slideshow #menu {
	list-style-type: none;
	width: 110px;
	height: 460px;
	right: 0;
	padding-top: 15px;
	background-image: url(images/bg_side.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#slideshow #menu li { display: block; z-index: 1000; position: relative; }
#slideshow #menu li a {
	display: block;
	font: 12px "Lucida Grande", "Verdana";
	text-decoration: none;
	padding: 7px 0 7px 10px;
	z-index: 1000;
	color: #ccc;
	line-height: 14px;
	vertical-align: middle;
}
#slideshow #menu li a:hover {
	color: #FF9900;
}
#slideshow #menu li.current a {
	color: #FFF;
	padding: 7px 0 7px 10px;
	line-height: 14px;
}
#slideshow #menu li.background {
	position: absolute;
	font-size: 1px;
	height: 7px;
	width: 4px;
	z-index: 5;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

