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

#slideshow {
	position: relative;
	padding:0px;
	text-align:center;
}

#slideshow a:hover{
background:none;
}

#slideshow #menu, #slideshow #pictures, #slideshow #loading {
	position: absolute;
}

#slideshow #loading {
	display: block;
	left: 205px;
	top: 158px;
	visibility: hidden;
	z-index: 5;

}

#slideshow #pictures {
	width: 500px;
	height: 425px;
	background: url('photobg.jpg') no-repeat;
	position:relative;
	left: 0;
	overflow: hidden;
	clear:both;
}

#slideshow #pictures li {
	width: 437px;
	display: block;
	position: absolute;
	top: 0;
ˇˇˇˇpadding:26px 0;

}

#slideshow #menu {
	background:#222222;
	padding-top: 5px;
	padding-left:0px;
	list-style-type: none;
	clear:both;
	position:relative;
	width:500px;
	height:240px;
}

#slideshow #menu li {
	display: block;
	float:left;
	position: relative;
	z-index: 1000;
}

#slideshow #menu li a {
	font: 11px "Lucida Grande", "Verdana";
	color: #ccc;
	line-height: 14px;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	padding: 7px 0 7px 10px;
	margin-right:15px;
	z-index: 1000;
}

#slideshow #menu li a:hover {
	color: #fff;
}

#slideshow #menu li.current a {
	color: #fff;
	background:none;
}

#slideshow #menu li.background {
	font-size: 1px;
	background: url('arrow.gif') no-repeat left center;
	position: absolute;
	z-index: 5;
}



#menu{
	clear: both;
}
/*-------------------------------------------------*/



