.slideshow ul, .slideshow li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.slideshow ul {	
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.slideshow .slideshow-controls {
	position: absolute;
	z-index: 10000;
}
.slideshow .slideshow-prev {
	float: left;
	text-align: left;
	width: 50%;
	height: 100%;
	background: url(images/btn-slideshow-less.png) left top no-repeat;
	cursor: pointer;
}
.slideshow .slideshow-next {
	float: left;
	text-align: right;
	width: 50%;
	height: 100%;
	background: url(images/btn-slideshow-more.png) right top no-repeat;
	cursor: pointer;
}

.slideshow .slideshow-slide {
	background: no-repeat center center;
}
.slideshow.slide .slideshow-slide {
	display: inline-block;
}
.slideshow.fade .slideshow-slide {
	display: inherit;
	position: absolute;
}

.slideshow .slideshow-title {
	background: url(images/title-bg.gif);
}