.slideshow {
	width: 850px;
	height: 200px;
	overflow: auto;
	position: relative;
}

.slideshow ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 60000px;
	position: absolute;
	top: 0;
	left: 0;
}

.slideshow ul li {
	float: left;
	margin-right: 5px;
}

.slideshow-nav {
	width: 850px;
}

.slideshow-description {
	display: block;
	background: #202831;
	color: white;
	padding: 5px;
	font-size: 11px;
	
}

.slideshow-next-prev {
	text-align: right;
}

.slideshow-prev, .slideshow-next {
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	margin: 4px;
}

.slideshow-play-stop {
	float: left;
}

.slideshow-play, .slideshow-stop {
	display: none;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	margin: 5px;
}

.slideshow-play-only .slideshow-stop {
	display: none;
}

.slideshow-stop-only .slideshow-play {
	display: none;
}