#slideshow
{
	position: relative;
	width: 653px;
	height: 241px;
	background: white url('/images/homeslides_back.jpg') no-repeat top left;
	margin-bottom: 20px;
	padding-right: 2px;
}

#slide-1
{
	display: block;
}

.slide-image
{
	float: right;
	margin-left: 15px;
}
.slide
{
	display: none;
}

.slide-inner
{
	height: 190px;
	overflow: hidden;
	padding: 20px;
}

#slide-nav
{
	z-index: 100;
	position: absolute;
	left: 250px;
	bottom: 10px;
}