#slideshow * { margin: 0; padding: 0; }

#slideshow {
	position: relative; 
	width: 950px; 
	height: 371px;
	}
	
#slideshow #menu, #slideshow #pictures, #slideshow #loading {
	position: absolute;
	}
	
#slideshow #loading {
	display: block; 
	top: 158px; 
	left: 205px; 
	text-indent: -5000px; 
	width: 24px; 
	height: 24px; 
	visibility: hidden; 
	z-index: 5; 
	}
	
#slideshow #pictures {
	width: 950px; 
	height: 371px; 
	right: 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:none;
	}
#slideshow #pictures a{
	border:none;
}
	
#slideshow #menu {
	background:url(../images/bg_side.png) no-repeat;
	list-style-type:none;
	z-index:10;

	width: 850px; 
	height: 41px; 

	margin-top:314px;
	padding:16px 0 0 100px;
	}
	
#slideshow #menu li {
	display:block;
	z-index: 1000; 
	position: relative; 
	zoom: 1;
	float:left;
	}
#slideshow #menu li a {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em; 

	color: #ccc; 

	text-transform:uppercase;
	letter-spacing:-0.05em;
	padding:23px 13px 27px 13px;
	height:57px;
	}
#slideshow #menu li a:focus {
	outline: 0;
	}
#slideshow #menu li a:hover {
	color: #fff;
	}
#slideshow #menu li.current a {
	color: #fff;
	}
#slideshow #menu li.background {
	background:url(../images/banner_hover.png) no-repeat bottom center;

	position: absolute; 
	font-size: 1px; 
 
	z-index: 5;
	padding:19px 0 0 0;
	}
	
* html #slideshow #menu li.background {
	background:url(../images/ie6_banner_hover.gif) no-repeat bottom center;
}