#banner {
	background-image: url(home-banner.gif);
	height: 260px;
}
	#banner #slideshow {
		background: #FFF;
		left: 30px;
		overflow: hidden;
		position: absolute;
		top: 30px;
	}
	#banner #slideshow ul {
		background: #FFF url(slideshow-ul.gif) repeat-x;
		border-color: #CCC;
		border-style: solid;
		border-width: 0 1px 1px 0;
		bottom: 0;
		height: 19px;
		left: auto;
		padding: 0 5px;
		overflow: hidden;
		right: 0;
		top: auto;
		width: auto;
		z-index: 1000;
	}
	#banner #slideshow ul a {
		background: url(slideshow-ul-a.gif);
		cursor: pointer;
		display: block;
		float: left;
		height: 19px;
		overflow: hidden;
		text-indent: -100px;
		width: 16px;
	}
	#banner #slideshow ul a.prev {
		background-image: url(slideshow-ul-prev.gif);
		width: 19px;
	}
	#banner #slideshow ul a.next {
		background-image: url(slideshow-ul-next.gif);
		width: 19px;
	}
	#banner #slideshow ul a:hover {
		background-position: 0 -19px;
	}
	#banner #slideshow ul a.active {
		background-position: 0 19px;
	}
	#banner #slideshow ul li {
		background: none;
		float: left;
		padding: 0;
	}

	#banner strong a {
		top: 160px;
	}
	
	#banner h3 {
		left: 580px;
		line-height: 14px;
		position: absolute;
		top: 20px;
	}
	#banner p {
	}

	#banner small {
		bottom: 16px;
		color: #664E00;
		display: block;
		font-size: 11px;
		left: 580px;
		line-height: 15px;
		position: absolute;
		width: 220px;
	}
	
	#banner ul {
		color: #C10;
		left: 580px;
		position: absolute;
		top: 50px;
		width: 220px;
	}
	#banner ul li {
		background: url(home-banner-li.gif) no-repeat 0 2px;
		padding-left: 20px;
	}

#sidebar {
	left: 10px;
}
	#sidebar ul li {
		background: none;
		padding-left: 0;
		position: relative;
	}