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

#slideshow {
	position: relative;
	height: 306px;
	width: 960px;
}

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

#slideshow #loading {
	z-index: 500;
}

#slideshow #pictures {
	background: url('images/bg.jpg');
	width: 960px;
	height: 300px;
	left: 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(../../images/learn-more.png) top right no-repeat;
	list-style-type: none;
	width: 142px;
	height: 34px;
	right: 0;
	padding-top: 8px;
	padding-left: 298px;
}

#slideshow #menu li {
	display: block;
	width: 10px;
	z-index: 1000;
	float: left;
	margin: 0 10px;
}

#slideshow #menu li a {
	display: block;
	width: 26px;
	height: 26px;
	overflow: hidden;
	text-decoration: none;
	z-index: 1000;
	color: #ccc;
	line-height: 14px;
	vertical-align: middle;
	zoom: 1;
	text-indent: -99em;
	background: url(../../images/thumb-banner.png) no-repeat;
	border: none;
}

#slideshow #menu li a:focus,
#slideshow #menu li a:hover {
	background: url(../../images/thumb-banner-selected.png) no-repeat;
}

#slideshow #menu li.current a {
	font: 15px "Georgia";
	color: #fff

;
	/*padding: 5px 0 5px 28px;*/ line-height: 18px;
	background: url(../../images/thumb-banner-selected.png) no-repeat;
}

/*#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; }*/