#slideshow * {
	margin: 0;
	padding: 0;
	border-top-color: #F4F4F4;
}
#slideshow {
	position: absolute;
	width: 724px;
	height: 222px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	left: 168px;
	top: 28px;
	background-repeat: no-repeat;
	background-position: top;
}
#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: 30px; visibility: hidden; z-index: 5; }
#slideshow #pictures {
	width: 700px;
	height: 270px;
	left: 0;
	overflow: hidden;
	position: relative;
	background-color: #EEE;
	text-align: justify;
}
#slideshow #pictures li {
	display: block;
	position: absolute;
	top: -1px;
	width: 708px;
	left: 2px;
	height: 277px;
}
#slideshow #pictures li img { display: block; position: relative; bottom: 0; }
#slideshow #menu {
	list-style-type: none;
	width: 213px;
	height: 249px;
	right: 0;
	padding-top: 10px;
	background-color: #0099FF;
	border: thin inset #FFF;
}
#slideshow #menu li {
	display: block;
	z-index: 1000;
	position: relative;
	zoom: 1;
	height: 25px;
	padding-bottom: 20px;
}
#slideshow #menu li a {
	display: block;
	text-decoration: none;
	padding: 15px 0 15px 28px;
	z-index: 1000;
	color: #FFF;
	line-height: 25px;
	vertical-align: middle;
	zoom: 1;
	font-family: "Lucida Grande", "Verdana";
	font-size: 16px;
	letter-spacing: 2px;
}
#slideshow #menu li a:focus { outline: 0; }
#slideshow #menu li a:hover {
	color: #fff;
	vertical-align: middle;
	font-size: 16px;
	/*padding-top: 0px;*/
	padding-bottom: 0px;
	line-height: 25px;
}
#slideshow #menu li.current a {
	font: 16px "Georgia";
	color: #fff;
	line-height: 25px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 28px;
}
#slideshow #menu li.background { background: url('../images/arrow.gif') no-repeat left center; position: absolute; font-size: 1px; height: 7px; width: 4px; z-index: 5; }

