#slideshow * { margin: 0; padding: 0; }
#slideshow { 
	/* background: url('../img/header/bg_shadow.gif') no-repeat top;  */
	position: relative; 
	padding: 0; 
	width: 960px; 
	height: 217px;
}

#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #loading {
	/* background: url('../img/header/spinner.gif');  */
	display: none; 
	top: 158px; 
	left: 205px; 
	text-indent: -5000px; 
	width: 24px; 
	height: 24px; 
	visibility: hidden; 
	z-index: 5;
}

#slideshow #pictures { 
/*	background: url('../img/header/bg.png');  */
	width: 720px; 
	height: 217px; 
	left: 0; 
	padding: 0;
	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('../img/header/menubg.jpg'); 
	list-style-type: none; 
	width: 241px; 
	height: 217px; 
	right: 0;
	overflow: hidden;
}

#slideshow #menu li {
	display: block; 
	z-index: 1000; 
	position: relative; 
	zoom: 1;
}

#slideshow #menu li a { 
	display: block; 
	font: 12px "Lucida Grande", "Verdana"; 
	text-transform: uppercase;
	text-decoration: none; 
	height: 43px;
	border-bottom: 1px #ccc solid;
	z-index: 1000; 
	color: #ccc; 
	line-height: 43px; 
	vertical-align: middle; 
	zoom: 1;
	text-align: center;
}

#slideshow #menu li a:focus { outline: 0; }
#slideshow #menu li a:hover { color: #fff; }
#slideshow #menu li.current a {
	color: #fff; 
	line-height: 43px;
	background: #2a85c1;
}

/*
#slideshow #menu li.background { 
	background: url('../img/header/arrow.gif') no-repeat left center; 
	position: absolute; 
	font-size: 1px; 
	height: 7px; 
	width: 4px; 
	z-index: 5;
}*/