#slideshow * { margin: 0; padding: 0; }
#slideshow { background: url('../source/images/bg_shadow2.gif') no-repeat top; position: relative; padding: 14px 0 1px; width: 545px; height: 338px; }
#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #loading { background: url('../source/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('../source/images/bg2.jpg'); width: 520px; height: 330px; left: 25; overflow: hidden; }
#slideshow #pictures li { display: block; position: absolute; top: 0; width: 437px; }
#slideshow #pictures li img { display: block; position: relative; bottom: 0; }
#slideshow #menu { background: url('../source/images/bg_side2.jpg'); list-style-type: none; width: 25px; height: 310px; right: 520; padding-top: 20px; }
#slideshow #menu li {
	display: block;
	z-index: 1000;
	position: relative;
	zoom: 1;
	background-position: left;
	text-align: left;
}
#slideshow #menu li a {
	display: block;
	font: 10px "Lucida Grande", "Verdana";
	text-decoration: none;
	z-index: 1000;
	color: #ccc;
	line-height: 14px;
	vertical-align: middle;
	zoom: 1;
	background-position: left;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 10px;
}
#slideshow #menu li a:focus {
	outline: 0;
	text-align: left;
}
#slideshow #menu li a:hover { color: #fff; }
#slideshow #menu li.current a {
	font: 12px;
	color: #ff7800;
	line-height: 18px;
	align: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
#slideshow #menu li.background { background: url('../source/images/arrow.gif') no-repeat left center; position: absolute; font-size: 1px; height: 7px; width: 4px; z-index: 5; }